CUBA Studio Changelog


Version 1.3.1

  1. web.xml should contain webResourcesTs context parameter for projects based on platform 5.3+. If you have created such project before this update, add the following code to your modules/web/web/WEB-INF/web.xml file:
        <web-app ...
            <context-param>
                <description>Web resources version for correct caching in browser</description>
                <param-name>webResourcesTs</param-name>
                <param-value>${webResourcesTs}</param-value>
            </context-param>
    
  2. Service designer now reacts properly on file changes from outside Studio and allows to use arbitrary bean class name.
  3. Fixed bugs in the Entity designer Unique constraints tab.

Version 1.3.0