1. You create the change
2. You validate the change
Problem2.1 : "Acceptance date 2012-03-30 00:00:00" (you should not be able to modify this date. It should be the current timestamp.
3. You Assign
Problem 3.1 If you modify the Change to assign it, you can again change the Acceptance date)
4. You Plan the implementation
Problem 4.1: You cannot choose the planning date (Default is the creation date)
To change the planning date, you need to modify the change again.
Problem 4.2 (the datepicker should be able to pick up also the time)
5. You approve the change
Problem 5.1 You should not be able to change the approval date (should be timestamp and readonly)
6. You implement the change
Problem 6.1 There is no implementation Date.
7. You close the Change
Problem 7.1 You can change the Title after the change is closed.
To make the title ReadOnly add the following lines to /modules/itop-change-mgmt-1.0.0/model.itop-change-mgmt.php
Hi iTop Developer,
I found some problems within the change workflow.
1. You create the change
2. You validate the change
Problem2.1 : "Acceptance date 2012-03-30 00:00:00" (you should not be able to modify this date. It should be the current timestamp.
3. You Assign
Problem 3.1 If you modify the Change to assign it, you can again change the Acceptance date)
4. You Plan the implementation
Problem 4.1: You cannot choose the planning date (Default is the creation date)
To change the planning date, you need to modify the change again.
Problem 4.2 (the datepicker should be able to pick up also the time)
5. You approve the change
Problem 5.1 You should not be able to change the approval date (should be timestamp and readonly)
6. You implement the change
Problem 6.1 There is no implementation Date.
7. You close the Change
Problem 7.1 You can change the Title after the change is closed.
To make the title ReadOnly add the following lines to /modules/itop-change-mgmt-1.0.0/model.itop-change-mgmt.php
I`m not sure if I missed something but it looks a bit complex at the moment to change everything.
If I find a good solution I`ll post it but maybe someone can give some hints.