In order to avoid confusion in environments where several ProMo+ databases are used, we now display the name of the application on top of the window.
When parameters is modified in a project by someone from the lead unit and saved to the database without rebuilding the project, it is not possible to edit it for people from other units involved in this project. But in previous version the edit button was enabled in this context. Changes were no saved but that was a bit confusing. Edit button and edit menu are now grayed in this context.
The current user wasn’t displayed in list of users in ‘My users’ administration so far so user couldn’t check the branches he belongs to and other permissions. The current user is now also displayed and the ‘Branch Access List’ and ‘Edit user’ windows are enabled as read only windows for this user.
The current ‘creation date’ means for projects without versions (version=’A’) also the project creation date, however for new project versions it means creation date of these versions. New column ‘project_creationdate’ was added to keep this original project creation date for each version as original version A could be deleted by QDV and the original project creation date would be lost in such case.
The project internal columns – creationdate, lastchgdate, project version, … - were displayed in main project table. It was possible to add also controls for these internal columns to detail panel to display them in project detail. Instead of creating new PM controls, these project values can be now simply used in formulas or displayed by using new project variables:
PM_ID, PM_NUMBER, PM_CREATIONDATE, PM_PROJECT_CREATIONDATE, PM_LASTCHGDATE, PM_LASTSQDVPATH, PM_PROJECTVER, PM_PROJECTVER_LETTER, PM_ISACTIVE.