Skip to content

Commit a515dac

Browse files
ddey2robkooperlmarini
authored
ddey2/375 (#388)
* setting viewer as default * adding to change log --------- Co-authored-by: Rob Kooper <[email protected]> Co-authored-by: Luigi Marini <[email protected]>
1 parent 1cce40d commit a515dac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ registration or heartbeat to Clowder that will restrict use of that extractor to
2121
- Previewer source URL in the documentation to point to the Clowder GitHub repo. [#395](https://github.com/clowder-framework/clowder/issues/395)
2222
- Added a citation.cff file
2323

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

2930

app/views/spaces/invite.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3>Invite new users</h3>
1313
@inputText(myForm("addressList"),'class->"form-control", 'id -> "addressList", '_label -> "Email addresses (comma-separated)", 'type -> "Email", 'multiple -> "true")
1414
<span class="error hiddencomplete" id="addresserror"> Please enter at least one email address.<br></span>
1515

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

1919

0 commit comments

Comments
 (0)