Commit Graph

303 Commits

Author SHA1 Message Date
Mustapha dd7598443a Updated poms to version 3.2.1-SNAPSHOT 2020-07-02 20:59:38 +00:00
Chi Nguyen 59c233d758 TSK-1302 Fixed vulnerabilities in dependencies by updating build-angular, ngx-infinite-scroll, karma, protractor
@angular-devkit/build-angular 0.803.22 => 0.803.28 (v8 LTS)
karma 4.0.1 => 5.1.0
protractor 5.4.0 => 7.0.0
ngx-infinite-scroll 6.0.1 => 9.0.0
2020-07-02 13:32:31 +02:00
Tristan Eisermann c79c06010a TSK-1306: Fixed problem with domain switching in classifications 2020-07-01 13:15:49 +02:00
Mustapha Zorgati 135d78ff54 TSK-1298: TSK-1292: fixed several bugs in taskana-admin > classifications 2020-06-30 13:58:47 +02:00
Sofie Hofmann db9175a3f6 TSK-1305: Adapt classification type when entering a deep link 2020-06-30 11:26:41 +02:00
Sofie Hofmann 288b30ef58 TSK-1313: Renamed selectors in monitor component 2020-06-30 09:29:02 +02:00
Sofie Hofmann b51b1add49 TSK-1312: Fix bug due to type change while creating a new classification 2020-06-30 09:00:11 +02:00
Tristan Eisermann 6f225ebc28 TSK-1221: Fix for key not showing after copy of classification 2020-06-24 22:19:52 +02:00
Tristan Eisermann d07b11953d TSK-1221: Fixed problem with action and added test 2020-06-24 15:20:35 +02:00
Tristan Eisermann 7abb9b4c2f TSK-1221: Added test for copy
TSK-1221: Added copy functionality to classifications
2020-06-23 17:00:02 +02:00
Tristan Eisermann b0dc2663e5 TSK-1221: Added copy functionality to classifications 2020-06-23 17:00:02 +02:00
Sofie Hofmann 018ac2ebc1 TSK-1295: Tree no longer expands automatically when category is changed 2020-06-23 14:41:21 +02:00
Sofie Hofmann 2760b9ee59 TSK-1279: Enable the creation of subclassifications 2020-06-22 12:43:25 +02:00
Tristan Eisermann dbdf3e6b03 TSK-1214: Removed unneccessary copies and GET call 2020-06-17 14:21:38 +02:00
Tristan Eisermann 7b5927d281 TSK-1248 removed unnecessary get call from saveClassification action 2020-06-17 12:19:38 +02:00
Chi Nguyen 8434bde759 TSK-1214 implemented ngxs store as state manager for classification component 2020-06-17 12:19:38 +02:00
Mustapha Zorgati 493e25b565 TSK-1214: refactored taskana-classification
TSK-1214 Trying to make drag'n drop in tree possible

TSK-1214 Removed refreshClassification output from tree

TSK-1214 New action in store updates a classification and refetches all, saving now correctly refreshes the classification-list

TSK-1214 Fixed tests in tree component

TSK-1214 Removed tree service and corresponding test in class-details

TSK-1214 fixed issues in tree where multiple actions to store are fired incorrectly

TSK-1214 added accessibility action, use space to select a tree node

TSK-1214 swapped space and enter in tree component, cleaned code

TSK-1214 fixed bug where page isn't updated dynamically according to browser path

TSK-1214 workaround circular dependency.

service uses snapshot of store, does not actually access the state in store

TSK-1214 fixed eslint. TODO: circular dependency between classification.service and classification.state

TSK-1214 changed first() to take(1) to fix Observable dying during test

TSK-1214 fixed test cases and lint issues

TSK-1214 fixed circular dependency

TSK-1214 devmode = false

TSK-1214: fixed merge problems with notificationService and removed some warnings

TSK-1214: fixed merge problems with notificationService

TSK-1214 remove wrong imports from before merge
2020-06-17 12:19:38 +02:00
Tristan Eisermann 015ba38a25 TSK-1039: Autofocus AccessID field after adding a new AccessID in Workbasket 2020-06-16 14:56:53 +02:00
Tristan Eisermann f749c8d272 TSK-1276: Added radio buttons for selection of classification types 2020-06-09 09:12:06 +02:00
Mustapha b15b799add Updated poms to version 3.1.1-SNAPSHOT 2020-06-07 15:00:31 +00:00
Tristan Eisermann 5416de4dd0 TSK-1276 Replaced checkboxes with radiobuttons in workbasket filter 2020-06-07 16:16:22 +02:00
Mustapha 4ed089fa98 Updated poms to version 3.0.1-SNAPSHOT 2020-05-22 02:08:13 +00:00
Mustapha Zorgati 7827557093 TSK-1205 Fixed problem with the callback of confirmation dialogs
TSK-1205 Increased the time every toast is shown

TSK-1205 Cosmetic changes to Toast and fixed error where multiple errorPopUps appeared simultaneously

TSK-1205
2020-05-21 22:17:27 +02:00
Christopher Heiting bd116d4c2e [TSK-1208] changed HATE terminology and replaced list resources with generic one 2020-05-14 13:02:48 +02:00
Tristan Eisermann 7ebc468adc TSK-1205 Fixed problem with the callback of confirmation dialogs 2020-05-13 14:23:03 +02:00
Tristan Eisermann e64af885b3 TSK-1205 Added new Toasts and DialogPopUps that replace the old infrastructure for alerting the user 2020-05-12 11:28:36 +02:00
Tristan Eisermann e211a15d3e Bump jquery and bootstrap to latest version (3.5.0 and 4.4.1) 2020-04-30 19:44:13 +02:00
Tristan Eisermann 86ccde4040 TSK-1217 Remove orphaned titles.json 2020-04-28 15:15:10 +02:00
Tristan Eisermann 6613901203 TSK-1127 Changed input of Pagination to type number and removed usual arrows 2020-04-28 14:18:56 +02:00
Tristan Eisermann 7b1e1c40eb TSK-1069 The number picker now only accepts numbers and can be made required 2020-04-28 14:18:48 +02:00
Tristan Eisermann 314fa14b91 TSK-1199 Adapt alert handling to error handling and use global notification handler 2020-04-24 11:27:42 +02:00
Tristan Eisermann 2dd337967c Fixup for artifact in Workplace, which broke it 2020-04-23 10:12:06 +02:00
Chi Nguyen cdfaa13401 TSK-1189 moved store in shared 2020-04-22 17:04:24 +02:00
Chi Nguyen 029d8595b2 TSK-1189 restructure theme files 2020-04-22 17:04:24 +02:00
Chi Nguyen 9a0a94e5be TSK-1189 accommodate imports after changes 2020-04-22 17:04:24 +02:00
Chi Nguyen b1c7e2a6e8 TSK-1189 restructured workplace component 2020-04-22 17:04:24 +02:00
Sofie Hofmann f8945ecfa7 TSK-1191 Restructured shared component
TSK-1191 Removed camelCase notation from file names


TSK-1191 Moved services


TSK-1191 Moved models


TSK-1191 Moved classification-types-selector to admin


TSK-1191 Moved components and guards


TSK-1191 Renamed some models


TSK-1191 Moved services into folders
2020-04-21 16:46:16 +02:00
Sofie Hofmann 54ec45a4aa TSK-1190 Restructuring the monitor component 2020-04-20 11:40:14 +02:00
Mustapha Zorgati 12add6d870 TSK-1198: workbasket information now displaying custom values properly 2020-04-20 11:38:48 +02:00
Sofie Hofmann 4451fcb9c2 TSK-1187 Fixed tree.component test and changed test description 2020-04-19 19:25:09 +02:00
Chi Nguyen ea87836a9a reverted changes to tree component 2020-04-19 19:25:09 +02:00
Chi Nguyen c1ad59c2a3 Revert "TSK-1187 moved action and tree node models to administration"
This reverts commit 3543a898ec.
2020-04-19 19:25:09 +02:00
Chi Nguyen b9f8dbe23a TSK-1187 fixed eslint errors 2020-04-19 19:25:09 +02:00
Chi Nguyen 3820f0d5c7 TSK-1187 tree component, service and model to administration 2020-04-19 19:25:09 +02:00
Chi Nguyen 55b752cd40 TSK-1187 moved action and tree node models to administration 2020-04-19 19:25:09 +02:00
Tristan Eisermann d6f507670a TSK-1187 renamed and rearranged the workbasket in administration 2020-04-19 19:25:09 +02:00
Chi Nguyen 13c829cb19 TSK-1187 removed unnecessary change from automatic refactor 2020-04-19 19:25:09 +02:00
Chi Nguyen 2ce65c502c moved files from classification to components folder 2020-04-19 19:25:09 +02:00
Sofie Hofmann b21d684ac8 TSK-1187 Rearranged services in administration 2020-04-19 19:25:09 +02:00
Chi Nguyen 6667025a71 created new branch for restructuring the project folders
moved workbasket-definition service to administration/services
2020-04-19 19:25:09 +02:00