Fixed
Details
Assignee
Jan ThielemannJan ThielemannReporter
Jan ThielemannJan ThielemannComponents
Fix versions
Priority
Major
Details
Details
Assignee
Jan Thielemann
Jan ThielemannReporter
Jan Thielemann
Jan ThielemannComponents
Fix versions
Priority
Created March 19, 2014 at 9:38 AM
Updated December 20, 2021 at 4:04 PM
Resolved March 19, 2014 at 5:56 PM
Related to https://idempiere.atlassian.net/browse/IDEMPIERE-1675 i was wondering why there are entries in AD_Preference which had no UUID. Searching for "AD_Preference" brought to light, that there are some places where inserting stuff into ad_preference is done with sql instead of using a model. I think, the AD_Preference_UU column is missing in these sql statements.
The places are, as far as i can tell:
-org.compiere.grid.ed.ValuePreference.insert()
-org.adempiere.webui.ValuePreference.insert()
-org.compiere.model.MSetup.createPreference(String, String, int)