This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 87d17ec Make it more obvious how to promote committers
87d17ec is described below
commit 87d17ec2cb110522586d560d2511c5402d485869
Author: Sebb <[email protected]>
AuthorDate: Sat Apr 7 14:41:34 2018 +0100
Make it more obvious how to promote committers
---
www/roster/views/pmc/main.js.rb | 4 ++++
www/roster/views/ppmc/main.js.rb | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/www/roster/views/pmc/main.js.rb b/www/roster/views/pmc/main.js.rb
index 103f99f..67fdfb9 100644
--- a/www/roster/views/pmc/main.js.rb
+++ b/www/roster/views/pmc/main.js.rb
@@ -82,6 +82,10 @@ class PMC < Vue
_button.btn.btn_primary 'Modify',
data_target: '#pmcmod', data_toggle: 'modal'
end
+ _p do
+ _br
+ _ 'Note: to Add existing committers, please select the committer
from the list below and use the Modify button instead.'
+ end
end
end
_div.col_sm_6 do
diff --git a/www/roster/views/ppmc/main.js.rb b/www/roster/views/ppmc/main.js.rb
index 322c78d..51020aa 100644
--- a/www/roster/views/ppmc/main.js.rb
+++ b/www/roster/views/ppmc/main.js.rb
@@ -72,6 +72,10 @@ class PPMC < Vue
_button.btn.btn_primary 'Modify',
data_target: '#ppmcmod', data_toggle: 'modal'
end
+ _p do
+ _br
+ _ 'Note: to Add existing committers, please select the committer
from the list below and use the Modify button instead.'
+ end
elsif @ppmc.owners.empty? and (@@auth.root or @@auth.secretary)
_button.btn.btn_primary 'Create project in LDAP', onClick: self.post,
disabled: @create_disabled
--
To stop receiving notification emails like this one, please contact
[email protected].