Hello All
Does anyone have any good documentation on how labels work under the hood? how is the label ID generated?
I am currently facing an issue. When I create a new label, it immediately creates blanks labels in the table ElementModelLabel in all the languages. After restart AOS the En-us language label is created; which is fine and exactly how it should work.
But why is it creating these blank labels for different languages?
This is currently not affecting our application except for the blank labels for different languages in the ElementModelLabel table.
2nd issue I am facing is we have the same modelStore installed in two different environments. But when I create a new label the next label Id that is generated is not the same in the two environments. EX : If the last label is @ABC206, then in first env the next label generated gets label id @ABC215 and in 2nd env it is @ABC210.
Also Label.maxlabelid("ABC"); returns the above values.
Should'nt both env. be @ABC207?
Where does it get these values.
Thank you
Abby
Thanks
Abby