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 calling getCodeNameFromName with a few thousand labels, it can take several minutes to return as this Roo service loops through each label and does a separate lookup.
It should be possible to speed this up by doing fewer queries in bulk.