From dbff5705767ca7127c93ed868dcf4c43bb3f8db0 Mon Sep 17 00:00:00 2001 From: Dipannita Dey Date: Tue, 11 Oct 2022 16:00:36 -0500 Subject: [PATCH 1/2] setting viewer as default --- app/views/spaces/invite.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spaces/invite.scala.html b/app/views/spaces/invite.scala.html index c5f425e02..5000c1117 100644 --- a/app/views/spaces/invite.scala.html +++ b/app/views/spaces/invite.scala.html @@ -13,7 +13,7 @@

Invite new users

@inputText(myForm("addressList"),'class->"form-control", 'id -> "addressList", '_label -> "Email addresses (comma-separated)", 'type -> "Email", 'multiple -> "true") Please enter at least one email address.
- @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") From a76401e6f29df3aa62b77b84dade4db1a8008c91 Mon Sep 17 00:00:00 2001 From: Dipannita Dey Date: Tue, 11 Oct 2022 16:03:51 -0500 Subject: [PATCH 2/2] adding to change log --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85bd19a86..ea7e850f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased +### Fixed +- Changed default to 'Viewer' while inviting users to new spaces [#375](https://github.com/clowder-framework/clowder/issues/375) ## 1.21.0 - 2022-08-23