Related to #285.
CUBA Platform version: 7.2-SNAPSHOT
CUBA Studio plugin version: 15.4-202
IntelliJ version: IntelliJ IDEA 2021.1.3 (Community Edition)
Steps:
- Create a new CUBA project and set some project namespace.
 
- Add Reporting add-on.
 
- Run application.
 
- Create new report group with title "report".
 
- Create new report and set group = the new group "report".
 
- Export created report (Report exported successfully to zip file).
 
- Create a new project with different project namespace. Add Reporting add-on to the new project.
 
- Run application.
 
- Create new report group with title "report".
 
- Try to import report from the zip file.
 
ER: Correct message about namespaces mismatching.
AR: Red error message.
