Kristian Ntavidi
ae0618d5be
Fix multiplicty bug on Admin Template Editor.
2021-10-20 13:41:04 +03:00
Konstantinos Triantafyllou
81a5964a55
Remove google client id, commited by mistake
2021-10-19 11:50:24 +03:00
Konstantinos Triantafyllou
7a3f3f2fd5
Add reordering for inputs in a dataset template
2021-10-19 11:08:38 +03:00
Konstantina Galouni
eeb5479a98
form-composite-title.component.html: [Bug fix] Show "view more/less" functionality only if there is extendedDescription.
2021-10-15 13:56:45 +03:00
George Kalampokis
e8366aa61a
Fix critical issue with dataset pagination
2021-10-13 17:50:15 +03:00
George Kalampokis
045dd51014
Prevent the selection of an already selected dataset Templates
2021-10-13 16:10:56 +03:00
George Kalampokis
32e299fc45
Merge remote-tracking branch 'origin/Development' into Development
2021-10-13 11:49:17 +03:00
Konstantina Galouni
f9bf688085
dataset-wizard.component.html: Added in dropdown list "Save & Continue" option (same as Save). | assets/i18n/: Added DATASET-WIZARD.ACTIONS.SAVE-AND-CONTINUE in language files.
2021-10-12 18:53:07 +03:00
Konstantina Galouni
198061aeaa
Description boxes in admin forms replaced with rich text editor <angular-editor>.
...
1. dataset-profile-editor-composite-field.component.ts & dataset-profile-editor-section.component.ts & dataset-profile-editor.component.ts: Initialize AngularEditorConfig.
2. dataset-profile-editor-composite-field.component.html & dataset-profile-editor-section.component.html & dataset-profile-editor.component.html: Use <angular-editor> in description.
3. multiple-auto-complete.component.html & dataset-profile-listing.component.html & form-section.component.html: Show description as html.
4. dataset-profile.module.ts: Imported HttpClientModule, AngularEditorModule (needed for <angular-editor>).
5. available-profiles.component.html: Show description as html, under the Dataset Template title, not as tooltip (matTooltip does not receive html).
6. available-profiles.component.ts: Added styleUrls: ['available-profiles.component.scss'].
7. available-profiles.component.scss: [NEW] Added css for class "list-option" to cut description if too long.
8. form-composite-title.component.html: Show description and extendedDescription as html | Add view more/less functionality to show/hide extendedDescription.
9. form-composite-title.component.ts: Added "public showExtendedDescription: boolean = false;" field.
10. form-composite-title.component.scss: Added css for "more" class, to make "view more/less" seem like link.
11. assets/i18n/: In language files added DATASET-EDITOR.QUESTION.EXTENDED-DESCRIPTION.VIEW-MORE (-LESS).
12. assets/styles.css: Added css for <angular-editor>, to be similar to the other text areas and forms.
2021-10-12 18:14:22 +03:00
George Kalampokis
6de12fd0e8
Fix issue with RDA Common Standards
2021-10-12 18:05:38 +03:00
Kristian Ntavidi
74ec2126f0
Visibility Rules fix
...
* Reduce sourceValue visibility value based on logic.
2021-10-06 16:32:06 +03:00
Kristian Ntavidi
907ad14269
#7028 Text area fields minRows defaults to 3
2021-10-06 12:25:44 +03:00
George Kalampokis
06364873ca
Fix issue with unordered multiplicity fields
2021-09-27 18:11:55 +03:00
Kristian Ntavidi
faeb7e0d62
improvement on computing ordinal on mutliplicity fields
2021-09-27 16:25:17 +03:00
Diamantis Tziotzios
9cac208546
upgrade to Angular 12
2021-09-24 21:52:14 +03:00
Kristian Ntavidi
d229189783
Visibility rule service refactor.
...
* Take into account other dependencies
* OR and AND logic support
2021-09-20 21:34:20 +03:00
Kristian Ntavidi
b40e30ee60
Fix issue with visibility rules on multiplicity fields.
...
* Append new visibility rules on creation of multiplicity item
* Compute visibility rules for multiplicityItems on loading data (Researchers page)
2021-09-20 14:34:09 +03:00
Kristian Ntavidi
ba865c9708
Dataset Editor (Researchers Page). Incrementing ordinals on multiplicity items.
2021-09-17 12:12:48 +03:00
Kristian Ntavidi
52c26cd864
Admin Dataset editor guard fix.
2021-09-09 09:09:27 +03:00
Kristian Ntavidi
0780c629c9
about how it works text updates
2021-08-30 20:57:21 +03:00
Diamantis Tziotzios
6bc5aaed25
pt user guide update
2021-08-16 18:36:10 +03:00
Kristian Ntavidi
a7abe6c2d8
minor fix
2021-07-23 17:09:12 +03:00
Kristian Ntavidi
06961c0254
Deactivate Guard on dataset template editor
2021-07-23 17:03:29 +03:00
Kristian Ntavidi
1be8e8e8f9
Fix side actions on template editor z-index issue
2021-07-23 14:27:40 +03:00
Kristian Ntavidi
501a7175e8
Users on template editor
2021-07-23 14:16:59 +03:00
Kristian Ntavidi
d8a2ad281c
Animations on admin template editor (partial)
2021-07-23 13:16:40 +03:00
Kristian Ntavidi
59e3af2fa0
Fix adding dataset dropdown on datasets listing
...
* Get timecreated from backend
* Protect front from crashing when creationTime is not provided
2021-07-23 12:05:07 +03:00
Kristian Ntavidi
4c22799f91
Bug fixes on dataset templates editor Admin (partial)
...
* Make use of observables instead of setTimeouts
* Remove not nessecary calculations
2021-07-23 11:23:35 +03:00
Kristian Ntavidi
1d397d28cf
Add ability to scroll on table of contents (dataset templates admin)
2021-07-21 16:41:38 +03:00
Kristian Ntavidi
008b6321ea
Error dialog component on dataset wizard (update)
...
* On single error case, show it indepentently (not as list item)
2021-07-21 12:25:13 +03:00
Kristian Ntavidi
a212f4e5a1
Subtle border on invalid emails inputs (in invitation dialog)
...
* Mutli auto compolete component extended
2021-07-21 12:16:22 +03:00
Kristian Ntavidi
1b731fdf20
Changes on multi-auto complete component.
...
* Give precedence on autocomplete option-selected over onblur.
* Invitation dialog on blur commit given email till that time, on emails list.
2021-07-21 11:09:13 +03:00
Kristian Ntavidi
5ddb7df2b4
Finalize dataset from dataset editor.
...
* Finalize dataset from dataset editor.
* Finalize dataset on dataset overview redirects you to dataset editor
* Grouping save action buttons
2021-07-20 13:32:40 +03:00
Kristian Ntavidi
ee0c7df170
Pt translations on dataset-profiles-editor / listing
2021-07-15 17:12:17 +03:00
Kristian Ntavidi
c33ffc153b
Try translate finalize errors messages on Pt.
2021-07-13 10:42:36 +03:00
Kristian Ntavidi
cce9df8eb7
Fixes
...
* Feedback message on error saving dataset.
* Unsubscribe backend calls on dashboard component destroy.
2021-07-09 13:03:09 +03:00
Kristian Ntavidi
6e21ad127d
Language Pt fix
2021-07-07 08:17:48 +03:00
Kristian Ntavidi
684d784d1a
Routing updates.
...
* Start new dmp Button navigates you to home.
* Login page redirects you to home page if user is already logged in.
2021-07-06 09:46:27 +03:00
Kristian Ntavidi
3e98297da9
Pt language updates.
2021-07-06 09:37:41 +03:00
George Kalampokis
295750684f
Minor Update
2021-06-30 14:09:29 +03:00
Kristian Ntavidi
57d1cf89b4
Dataset overview fix. Actions on unlocked dataset.
2021-06-30 13:01:33 +03:00
George Kalampokis
d1e3aae36d
Fix critical issue with dataset's copy dropdown
2021-06-30 12:51:12 +03:00
Kristian Ntavidi
d878562d3d
Ui fixes on landpage (static pages)
2021-06-24 16:00:21 +03:00
Kristian Ntavidi
e486169ae5
EOSC section added in index page (static page)
...
**Missing one link
2021-06-24 12:46:31 +03:00
Kristian Ntavidi
ef7de5efe3
External Dataset type (newly added field).
2021-06-23 11:50:10 +03:00
Kristian Ntavidi
1a6df44eeb
Add deactivate guards in dataset editor and dmp editor.
2021-06-23 10:54:05 +03:00
Kristian Ntavidi
d90ab00833
DMP Profile listing. Restyle import dialog
2021-06-22 17:51:00 +03:00
Kristian Ntavidi
ad0853dc20
DMP profile editor. Basic restyle
2021-06-22 16:48:46 +03:00
Kristian Ntavidi
e2f262b385
Popup dialog on locked DMP/Datasets overview / editors
2021-06-22 14:12:58 +03:00
Kristian Ntavidi
c9b376f76c
Restyle DMP profile listing (Admin Pages)
2021-06-22 13:00:58 +03:00