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
In the admin pages for dynamic fields, there is a check whether there is a conflict with the SysConfig. For this the method Kernel::System::SysConfig::ConfigurationEntityCheck() is used. The method loops over all value entity types when a simple hash lookup would suffice.
The performance implications are most likely neglectable, but unneeded loops are confusing.
The text was updated successfully, but these errors were encountered:
In the admin pages for dynamic fields, there is a check whether there is a conflict with the SysConfig. For this the method
Kernel::System::SysConfig::ConfigurationEntityCheck()
is used. The method loops over all value entity types when a simple hash lookup would suffice.The performance implications are most likely neglectable, but unneeded loops are confusing.
The text was updated successfully, but these errors were encountered: