You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to migrate scripts/test/DynamicField/EditFieldValueGet.t to Test2::V0 some test, concerning checkbox dynamic fields, started to fail. This is related to #2080 where IsDeeply() does not recognize some differences in data structures. It is assumed tha Kernel::System::DynamicField::Driver::Checkbox::EditFieldValueGet() does the correct thing, and only the test definition is not entirely consistent.
The text was updated successfully, but these errors were encountered:
When trying to migrate scripts/test/DynamicField/EditFieldValueGet.t to Test2::V0 some test, concerning checkbox dynamic fields, started to fail. This is related to #2080 where
IsDeeply()
does not recognize some differences in data structures. It is assumed thaKernel::System::DynamicField::Driver::Checkbox::EditFieldValueGet()
does the correct thing, and only the test definition is not entirely consistent.The text was updated successfully, but these errors were encountered: