Actions
Maintenance #1968
closedxmera Omnia - Collection #1826: Maintenance tasks of several components
Maintenance #1739: Support Redmine 5.1.1
Check if projects/_form.html.erb changes will have impact on plugins
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
Affected plugins:
diff --git a/app/views/projects/_form.html.erb b/app/views/projects/_form.html.erb
index 7c988fb0e..3cde41599 100644
--- a/app/views/projects/_form.html.erb
+++ b/app/views/projects/_form.html.erb
@@ -11,7 +11,7 @@
<% end %></p>
<p><%= f.text_field :homepage, :size => 60 %></p>
<p>
- <%= f.check_box :is_public %>
+ <%= f.check_box :is_public, :disabled => !@project.safe_attribute?(:is_public) %>
<em class="info"><%= Setting.login_required? ? l(:text_project_is_public_non_member) : l(:text_project_is_public_anonymous) %></em>
</p>
Updated by liaham about 1 year ago
- Project changed from Redmine to Redmine Legal Notes
Updated by liaham about 1 year ago
- Project changed from Redmine Legal Notes to Redmine
- Status changed from New to Closed
- Assignee set to liaham
- % Done changed from 0 to 100
No impact on Redmine Project Types.
Actions