forked from opted-eu/wp3inventory
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
The data model mistakenly declares "name" as editable field, but datasets should have a "title" instead (same as ScientificPublication). See:
meteor-api/meteor/main/model.py
Lines 980 to 982 in b51ae9f
| name = String( | |
| description="What is the name of the dataset?", required=True, overwrite=False | |
| ) |
Reactions are currently unavailable