Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi,
When I update the project code in the project description form, all code activities are not updated.
Steps to reproduce :
- Create a new project with the name prj1 with the code project "prj1-cd"
- Create a new activity with the name activity1. After the save, the code activity is prj1-cd-TAS-1
- Update the code project with the new code "prj-code"
- Edit the activity1. The code activity is always "prj1-cd-TAS-1" instead of "prj1-code-TAS-1"
Expected:
The prefix code activity name must be update with the new code project name.
Regards,
hi,
It is normal.
In most cases when a reference is calculated it must not be changed (because it is a reference !).
So if you change the project code, only new activities will take into account this new code.
It's almost the save with Type code, with one particuliar behavior : you can choose wether the reference is automatically recalculated on Type change. Then if you change the type, the reference is calculated with the new Type code. You must be aware that this will leave some blanks in numbering (previous reference is lost, and will never be reused).
Now, if you change project code and you want to update all references for activitities, go to the admin screen, you'll find the correspondong functionality !
Thank you for your reply.
I have tried into the admin screen, the update references for the activities.
Now it's work all my activities are good recomputed.
Again thank you.