-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small change in date listing for ontology versions on description page #30
Comments
The features looks good to me. At the side of each date (right on the right not on a tab as in next figure) a question mark which will display on mouse over a little comment about the property. Similar to whats done in the edit submission page: The comments can actually be the same than on the edit submission page. For "uploaded" the comment maybe "Date of uploading in [portal name]" |
Perfect. The UI is really appropriate. |
* disable edit link in the submissions table * fix user edit action returning always password empty error
…ign-to-agroportal-3.0.1 Feature: Align to AgroPortal 3.0.1 release
Fix undefined method for nil class error
Currently the 3 dates properties are :
"creationDate": "XXX", => Uploaded in the UI
"released": "XXX", => Released in the UI
"modificationDate": "XXX" => not in the UI
(last may be null but no the 2 other ones)
The problem
We can't see the modification date which is the most important one (the date an ontology was modified (and thus a new version created)).
The need
Add a column in between Released and Uploaded called "Modified" that will display the modificationDate property
The text was updated successfully, but these errors were encountered: