stable

Clone or download

Read-only

Replace Fast compute option with an Upgrade button

This is part of story #9090: have computed fields compatible with artifact links v2 How to test this: In the tracker administration, Given a tracker with a computed field that was not set in "fast compute" mode: - when you edit this field, then you should see a button to update this field. You should no longer see a "Fast compute" checkbox. - when you click on this button, the field should be converted to "fast compute" and when you edit it again, you should no longer see the button. - when you submit the edition by clicking on the usual "Submit", then the field should not be switched to "fast compute" Change-Id: I3496cece898eac5e73e73dd11a3430bb3bc05295

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin.class.php +1 −1 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Computed.class.php +48 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Visitor.class.php +5 −2 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +2 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +2 −0 Go to diff View file