elixir-luxembourg / daisy

Data Information System (DAISY) is a data bookkeeping application designed to help Biomedical Research institutions with their GDPR compliance.
GNU Affero General Public License v3.0
12 stars 10 forks source link

#449 - Correcting the create entity button to redirect to relevant form #454

Closed Fancien closed 10 months ago

Fancien commented 10 months ago

Reverse the change to the + button to create entities, allowing Projects and Contacts page to correctly go to their creation forms.

~Datasets create button goes to another template where the button link points towards the wizard page~

The add_url context for the search page is set to the wizard in the dataset list view. This does not need any additional template.

Related to #449