Skip to content

Commit

Permalink
ddey2/375 (#388)
Browse files Browse the repository at this point in the history
* setting viewer as default

* adding to change log

---------

Co-authored-by: Rob Kooper <kooper@illinois.edu>
Co-authored-by: Luigi Marini <lmarini@illinois.edu>
  • Loading branch information
3 people committed Sep 11, 2023
1 parent 1cce40d commit a515dac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -21,9 +21,10 @@ registration or heartbeat to Clowder that will restrict use of that extractor to
- Previewer source URL in the documentation to point to the Clowder GitHub repo. [#395](https://github.com/clowder-framework/clowder/issues/395)
- Added a citation.cff file

## Fixed
### Fixed
- Updated lastModifiesDate when updating file or metadata to a dataset, added lastModified to UI [386](https://github.com/clowder-framework/clowder/issues/386)
- Disabled button while create dataset ajax call is still going on [#311](https://github.com/clowder-framework/clowder/issues/311)
- Changed default to 'Viewer' while inviting users to new spaces [#375](https://github.com/clowder-framework/clowder/issues/375)
- Fixed bug where complex JSON metadata objects using arrays were not being indexed properly for search.


Expand Down
2 changes: 1 addition & 1 deletion app/views/spaces/invite.scala.html
Expand Up @@ -13,7 +13,7 @@ <h3>Invite new users</h3>
@inputText(myForm("addressList"),'class->"form-control", 'id -> "addressList", '_label -> "Email addresses (comma-separated)", 'type -> "Email", 'multiple -> "true")
<span class="error hiddencomplete" id="addresserror"> Please enter at least one email address.<br></span>

@select(myForm("role"), options(roleList), 'id -> "role_list", '_label -> "Role", 'placeholder -> "Select a default role for all recipients")
@select(myForm("role"), options(roleList.reverse), 'id -> "role_list", '_label -> "Role", 'placeholder -> "Select a default role for all recipients")
@textarea(myForm("message"), 'class->"form-control", '_label -> "Message")


Expand Down

0 comments on commit a515dac

Please sign in to comment.