Depends on D7726. This adds a history controller (for viewing a list of patches associated with a fragment) and an update controller, for creating a new patch of a fragment.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T4205: Implement Phragment
- Commits
- Restricted Diffusion Commit
rPf7f5a5dd34de: Implement update and history controllers in Phragment
Updated and viewed history of fragments.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
src/applications/phragment/controller/PhragmentUpdateController.php | ||
---|---|---|
41–48 | Might be worth a : $fragment->openTransaction(); // ... save(); save(); $fragment->saveTransaction(); ...until we get ApplicationTransactions in, just to make sure the database stays consistent. | |
43 | Bad copy/paste on the comment? |