gkolokythas
|
f5458de003
|
Fixes bug on DMP and Dataset export name.
|
2019-07-04 12:43:48 +03:00 |
gkolokythas
|
281080e8e2
|
Adds backend validation on Dataset finalization. (Issue #131)
|
2019-07-02 16:34:12 +03:00 |
gkolokythas
|
6596b3f953
|
Refactors DMP create or update and adds the dmp id on payload response.
|
2019-07-02 12:36:25 +03:00 |
gkolokythas
|
427f8f0595
|
Fixes bug on Dataset create.
|
2019-06-28 18:48:05 +03:00 |
gkolokythas
|
92486b9363
|
Creates new back end service that finalizes a DMP.
|
2019-06-28 15:58:25 +03:00 |
gkolokythas
|
326757f2c3
|
Adds "isPublic", "publishedAt" and "finalizedAt" properties on DMP overview model.
|
2019-06-28 11:25:27 +03:00 |
gkolokythas
|
349dffb137
|
Refactors Dataset update so it cannot be edited if DMP is finalized.
|
2019-06-27 11:48:39 +03:00 |
gkolokythas
|
6607714e4c
|
Fixes bug on not assigning finalize Date on Datasets and DMPs.
|
2019-06-26 16:34:33 +03:00 |
gkolokythas
|
f07384ed42
|
Fixes bug on DMP finalize when no Datasets where to be Canceled.
|
2019-06-24 17:59:51 +03:00 |
gkolokythas
|
744942032e
|
Adds finalizedAt and publicAt dates on DMP models.
|
2019-06-24 17:06:54 +03:00 |
gkolokythas
|
425a64e60a
|
Refactors Dataset update so it cannot be edited if it's DMP is public.
|
2019-06-24 13:00:59 +03:00 |
gkolokythas
|
4aedfdd7f6
|
Fixes bug on not creating finalized DMP.
|
2019-06-24 11:01:28 +03:00 |
gkolokythas
|
b2a407d90e
|
Fixes bug where one could edit Finalized DMP.
|
2019-06-21 17:47:06 +03:00 |
gkolokythas
|
ab63ea34d1
|
Fixes bug on create DMP created by the refactor.
|
2019-06-21 17:16:45 +03:00 |
gkolokythas
|
55407fd053
|
Refactos DMP update when set to "Finalized", now sets it's Datasets status of not "Finalized" to "Canceled".
|
2019-06-21 14:04:29 +03:00 |
gkolokythas
|
590d85b355
|
Fixes DMP models to not expose Datasets with "Canceled" status.
|
2019-06-21 13:58:20 +03:00 |
gkolokythas
|
c5d00b9ba1
|
Fixes bug on enabling a Finalized DMP to be made Draft again.
|
2019-06-21 12:31:15 +03:00 |
gkolokythas
|
499149ea93
|
Adds "make public DMP" service on backend.
|
2019-06-20 16:25:49 +03:00 |
gkolokythas
|
4d9ae93cf2
|
Fixes bug on DMP editor model exposing deleted Datasets.
|
2019-06-20 13:33:10 +03:00 |
gkolokythas
|
f9292ee839
|
Adds "Canceled" Status on Datasets and fixes bug with Dataset isPublic leftovers.
|
2019-06-19 17:16:05 +03:00 |
gkolokythas
|
09a2ac48b0
|
Fixes bug on DMP overview model not filtering the deleted Datsets.
|
2019-06-18 18:10:28 +03:00 |
gkolokythas
|
63c0341d28
|
Refactors Project listing model now not exposing DMPs.
|
2019-06-14 11:07:57 +03:00 |
gkolokythas
|
f0de34bcd3
|
Fixes bug on creating a new DMP on Project tab.
|
2019-06-13 12:17:40 +03:00 |
gkolokythas
|
173ff16602
|
Fixes bug on DMP not creating new Project when needed.
|
2019-06-13 10:32:45 +03:00 |
gkolokythas
|
aee4010d4d
|
Refactors endpoint's url on Dataset Template criteria used by DMP listing.
|
2019-06-12 12:13:50 +03:00 |
gkolokythas
|
61a64a1c5b
|
Adds Dataset Template criteria on Dataset listing.
|
2019-06-12 12:10:46 +03:00 |
gkolokythas
|
014b6158d3
|
Refactors public paged DMPs now supporting autocomplete.
|
2019-06-10 14:02:16 +03:00 |
gkolokythas
|
d4832731af
|
Adds new endpoint to get overview single public DMP.
|
2019-06-10 12:27:16 +03:00 |
gkolokythas
|
3d7e31e145
|
Fixes bug on Public DMP editing exposing not "Finalized" Datasets.
|
2019-06-07 16:35:49 +03:00 |
gkolokythas
|
fe69154353
|
Fixes bug not printing "multiple autocomplete" properties on Dataset export.
|
2019-06-07 11:37:16 +03:00 |
gkolokythas
|
6818eaf8bf
|
Fixes Dataset export doc and pdf not deleting the in memory files.
|
2019-06-06 13:41:52 +03:00 |
gkolokythas
|
fb1dd376fc
|
Fixes bug on DMP doc and pdf export not exporting the "combobox" property when its type is "wordlist".
|
2019-06-05 16:57:05 +03:00 |
gkolokythas
|
2276a875ec
|
Fixes bug on DMP pdf and doc export not deleting the documents created in memory.
|
2019-06-05 16:40:47 +03:00 |
gkolokythas
|
b8e08869e5
|
Removes some unused imports and formats DatasetManager.
|
2019-06-04 17:16:12 +03:00 |
gkolokythas
|
4532313623
|
Fixes bug on Dataset createOrUpdate not saving associated DMP properly.
|
2019-06-04 17:05:47 +03:00 |
gkolokythas
|
9911dcdac5
|
Adds DMP export to JSON file (RDA template, not finished).
|
2019-06-04 17:04:04 +03:00 |
gkolokythas
|
147eb2ce44
|
Adds finalized date on Datasets and DMPs on backend.
|
2019-06-04 12:00:50 +03:00 |
gkolokythas
|
2e467f8277
|
Fixes bug on not properly saving the Creator of a DMP.
|
2019-05-31 16:43:14 +03:00 |
gkolokythas
|
2db15fc713
|
Fixes performace on DMP autocomplete.
|
2019-05-31 14:07:12 +03:00 |
gkolokythas
|
175a1e0747
|
Refactors DMP creator to use the intermediate table from database and not the column.
|
2019-05-31 11:38:04 +03:00 |
gkolokythas
|
8705f916b2
|
Fixes bug on DMP updating modified date.
|
2019-05-30 15:41:23 +03:00 |
gkolokythas
|
56ff4f3fb9
|
Fixes bug on DMPdao.
|
2019-05-30 11:31:08 +03:00 |
gkolokythas
|
2f045e6a52
|
Makes DMP owner to only have the permision to delete members.
|
2019-05-29 18:04:20 +03:00 |
gkolokythas
|
58137d18dd
|
Adds the functionality to delete members of a DMP.
|
2019-05-29 17:58:23 +03:00 |
ikalyvas
|
5f6224210b
|
Adds json deserialization ignore for missing properties
|
2019-05-29 13:55:13 +03:00 |
gkolokythas
|
2453cde47f
|
Fixes bug and efficiency on fetching DMPs.
|
2019-05-29 12:02:47 +03:00 |
gkolokythas
|
7bac52267a
|
Temporarily disables json ignore on empty values.
|
2019-05-29 11:54:07 +03:00 |
ikalyvas
|
3924176ce4
|
Merge branch Development
|
2019-05-29 11:22:18 +03:00 |
gkolokythas
|
a212ad1962
|
Fixes bug importing deleted file.
|
2019-05-28 10:28:00 +03:00 |
gkolokythas
|
f9b12f99a4
|
Refactors the the connection between DMP and Dataset Template (Profile) and adds Dataset Template criteria on DMP listing.
|
2019-05-28 10:22:58 +03:00 |