I just installed the last release of ABS (5.0.1) but when connected as admin I do not see the “customize” button in view and model detail (action, object, view) is not displayed when over a tab header.
I’m confused, since the beginning of my stuff on ABS I thought that this feature was activated by the application.mode properties.
Maybe in the next release you should update the com.axelor.meta.loader.ModuleManager to add adminGroup.setTechnicalStaff(true); at line 445 to enable this feature by default like in previous releases ?
Moreover, I just wonder why you hardcode this group instead of importing it ?
That make sense, I will add it.
But I don’t have in memory that Technical Staff was true by default for admin group on ADK. I think it was done by ABS itself.
BTW, ADK only provide minimal configuration for a simple and minimal app ready. Any extra and custom settings should be manage by the business app itself.
Maybe for a first install its a good idea to have this fieature enable by default, but finnaly if you prefer to keep it disabled just add an explanation in the doc
On my side I do not remember that the first time I installed ABS (5.0.0 rc0) I checked this box [technical staff]. Maybe it was the case, in fact it doesn’t care.