stable

Clone or download

Read-only

chore: Move FileFieldController to Domain

No functional change. Controllers should be in the Domain. They have the most business rules. They should only return Domain objects. UI Fields can build their presenters from those domain objects. part of: request #22648 Convert AngularJS directives and controllers to hybrids web components Change-Id: Id394a17aed2889af6bb75f36c89aa3b4e1815c4a

Modified Files

Name
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/file-field/FileField.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/file-field/FileField.ts +5 −2 Go to diff View file
R plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/file-field/FileFieldController.test.ts Go to diff View file
R plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/file-field/FileFieldController.ts Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.js +1 −1 Go to diff View file