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
If you define a dynamic field of type database and that field stores string values in the otobo database, changing the value for the dynamic field triggers warnings like:
Argument "root@localhost" isn't numeric in sort at /opt/otobo/bin/psgi-bin/../../Kernel/System/DynamicField/Driver/BaseDatabase.pm line 71.
The data are handled as numerics in the ValueIsDifferent method of Kernel::System::DynamicField::Driver::BaseDatabase
The text was updated successfully, but these errors were encountered:
…ield can store string values
and that would trigger a warning like 'Argument 'root@localhost' isn't numeric in sort at /opt/otobo/bin/psgi-bin/../../Kernel/System/DynamicField/Driver/BaseDatabase.pm line 71.'
…store string values (#1662)
and that would trigger a warning like 'Argument 'root@localhost' isn't numeric in sort at /opt/otobo/bin/psgi-bin/../../Kernel/System/DynamicField/Driver/BaseDatabase.pm line 71.'
If you define a dynamic field of type database and that field stores string values in the otobo database, changing the value for the dynamic field triggers warnings like:
The data are handled as numerics in the
ValueIsDifferent
method of Kernel::System::DynamicField::Driver::BaseDatabaseThe text was updated successfully, but these errors were encountered: