stable
Clone or download
Read-only
part of request #22648 Convert AngularJS directives and controllers to hybrids web components -- no functional change expected -- Change-Id: Iafb2e25aa01530eb1dfc32f08cb9b7c3151f8d60
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/open-list-field/Select2SelectionEvent.ts | +31 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/open-list-field/static/StaticOpenListFieldController.test.ts | +2 | −4 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/open-list-field/static/StaticOpenListFieldController.ts | +2 | −14 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/open-list-field/user-groups/UserGroupOpenListField.ts | +59 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/open-list-field/user-groups/UserGroupOpenListFieldController.test.ts | +155 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/open-list-field/user-groups/UserGroupOpenListFieldController.ts | +105 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/open-list-field/user-groups/UserGroupOpenListFieldPresenter.test.ts | +103 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/open-list-field/user-groups/UserGroupOpenListFieldPresenter.ts | +62 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/open-list-field/user-groups/UserGroupOpenListFieldTemplate.test.ts | +155 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/open-list-field/user-groups/UserGroupOpenListFieldTemplate.ts | +75 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/domain/fields/user-group-open-list-field/UserGroupOpenListFieldType.ts | +28 | −0 | Go to diff View file |
D | plugins/tracker/scripts/lib/artifact-modal/src/fields/open-list-field/ugroups-open-list-field-controller.js | +0 | −36 | Go to diff View file |
D | plugins/tracker/scripts/lib/artifact-modal/src/fields/open-list-field/ugroups-open-list-field-controller.test.js | +0 | −82 | Go to diff View file |
D | plugins/tracker/scripts/lib/artifact-modal/src/fields/open-list-field/ugroups-open-list-field-directive.js | +0 | −18 | Go to diff View file |
D | plugins/tracker/scripts/lib/artifact-modal/src/fields/open-list-field/ugroups-open-list-field.tpl.html | +0 | −27 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.js | +5 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.js | +1 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.tpl.html | +5 | −5 | Go to diff View file |