argos/dmp-frontend/src/app
Konstantina Galouni b68ede8cd7 #7518 & #7519: [Bug fix] in Required indication in Rich Text Area fields & editable general info on dataset template new version & date with time shown in dataset templates.
1. rich-text-editor.component.scss: Css for .editor-wrapper .disabled added.
2. rich-text-editor.component.ts: New "editable" Input() field added, to allow rich text area to be disabled and not editable.
3. dataset-profile-editor.component.html:
   a. In <rich-text-editor-component> set [editable]="form.controls['description'].status !== 'DISABLED'"
   b. #7518 Show required message and css  in rich text area when there is error "required" and description is touched (not dirty)
4. dataset-profile-editor.component.ts: #7519 comment disable of form controls label (title), description and language.
5. dataset-profile-listing.component.html: #7519 Time added in created column of dataset templates.
6. dataset-editor.component.html & form-field.component.html: #7518 Show required message and css  in rich text area when there is error "required" and description is touched (not dirty).
7. clone-dialog.component.html: Replaced <textarea> with <rich-text-editor-component> for description field.
8. clone-dialog.module.ts: Import RichTextEditorModule.
9. clone-dialog.component.ts: #7519 comment disable of form group label (title)
10. styles.scss: Css for class .form-field-subscript-wrapper updated.
2022-02-28 18:08:38 +02:00
..
core Merge branch 'Development' of code-repo.d4science.org:MaDgiK-CITE/argos into Development 2022-02-18 17:09:34 +02:00
library #7518 & #7519: [Bug fix] in Required indication in Rich Text Area fields & editable general info on dataset template new version & date with time shown in dataset templates. 2022-02-28 18:08:38 +02:00
models Renames "Project" to "Grant on frontend. (Issue #145) 2019-08-01 10:54:40 +03:00
services Removes obsolete service "Language" from backend and frontend. 2019-09-06 13:00:01 +03:00
ui #7518 & #7519: [Bug fix] in Required indication in Rich Text Area fields & editable general info on dataset template new version & date with time shown in dataset templates. 2022-02-28 18:08:38 +02:00
utilities/enhancers upgrade to Angular 12 2021-09-24 21:52:14 +03:00
app-routing.module.ts upgrade to Angular 12 2021-09-24 21:52:14 +03:00
app.component.html User guide patch. Sorting available profiles in dmp editor. Portuguese on guide tour. 2021-04-07 19:19:22 +03:00
app.component.scss Fixed various styling issues 2020-11-10 16:53:48 +02:00
app.component.ts upgrade to Angular 12 2021-09-24 21:52:14 +03:00
app.module.ts upgrade to Angular 12 2021-09-24 21:52:14 +03:00