fix(bar builder): build bar without config (#2448)
When 'None' is selected for the configuration, an empty configuration is created at build time and put into the bar. Previously, we used a null argument for the conf Id when none was selected. Now we use a dedicated none ID so it doesn't collude with the logic that handle a real null id. [STUDIO-3642](https://bonitasoft.atlassian.net/browse/STUDIO-3642) Co-authored-by:adrien <adrien.lachambre@bonitasoft.com>
Showing
Please register or sign in to comment