parent
ec7bcabe81
commit
81e45a2a9d
@ -1,37 +0,0 @@ |
||||
#-- encoding: UTF-8 |
||||
|
||||
#-- copyright |
||||
# OpenProject is an open source project management software. |
||||
# Copyright (C) 2012-2021 the OpenProject GmbH |
||||
# |
||||
# This program is free software; you can redistribute it and/or |
||||
# modify it under the terms of the GNU General Public License version 3. |
||||
# |
||||
# OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: |
||||
# Copyright (C) 2006-2013 Jean-Philippe Lang |
||||
# Copyright (C) 2010-2013 the ChiliProject Team |
||||
# |
||||
# This program is free software; you can redistribute it and/or |
||||
# modify it under the terms of the GNU General Public License |
||||
# as published by the Free Software Foundation; either version 2 |
||||
# of the License, or (at your option) any later version. |
||||
# |
||||
# This program is distributed in the hope that it will be useful, |
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
# GNU General Public License for more details. |
||||
# |
||||
# You should have received a copy of the GNU General Public License |
||||
# along with this program; if not, write to the Free Software |
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
||||
# |
||||
# See COPYRIGHT and LICENSE files for more details. |
||||
#++ |
||||
|
||||
class ProjectSettings::ActivitiesController < ProjectSettingsController |
||||
menu_item :settings_activities |
||||
|
||||
def show |
||||
render template: 'project_settings/activities' |
||||
end |
||||
end |
@ -1,70 +0,0 @@ |
||||
<%#-- copyright |
||||
OpenProject is an open source project management software. |
||||
Copyright (C) 2012-2021 the OpenProject GmbH |
||||
|
||||
This program is free software; you can redistribute it and/or |
||||
modify it under the terms of the GNU General Public License version 3. |
||||
|
||||
OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: |
||||
Copyright (C) 2006-2013 Jean-Philippe Lang |
||||
Copyright (C) 2010-2013 the ChiliProject Team |
||||
|
||||
This program is free software; you can redistribute it and/or |
||||
modify it under the terms of the GNU General Public License |
||||
as published by the Free Software Foundation; either version 2 |
||||
of the License, or (at your option) any later version. |
||||
|
||||
This program is distributed in the hope that it will be useful, |
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
GNU General Public License for more details. |
||||
|
||||
You should have received a copy of the GNU General Public License |
||||
along with this program; if not, write to the Free Software |
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
||||
|
||||
See COPYRIGHT and LICENSE files for more details. |
||||
|
||||
++#%> |
||||
<% all_fields = (render_advanced) ? false : true %> |
||||
|
||||
<%= render partial: "projects/form/attributes/name", |
||||
locals: { form: form } %> |
||||
|
||||
<% if project.new_record? && !is_copy %> |
||||
<%= render partial: "projects/form/select_template", |
||||
locals: { project: project, form: form } %> |
||||
<% end %> |
||||
|
||||
<%= render partial: "customizable/form", |
||||
locals: { form: form, help_text: { 'attribute-scope': :Project }, all_fields: all_fields, only_required: render_advanced } %> |
||||
<% if render_advanced %> |
||||
<fieldset id="advanced-project-settings" class="form--fieldset -collapsible collapsed"> |
||||
<legend class="form--fieldset-legend" title="<%=t(:label_show_hide)%>" > |
||||
<a href="#"><%= t(:label_advanced_settings) %></a> |
||||
</legend> |
||||
|
||||
<div style="display:none;" class="advanced-settings-inner"> |
||||
<% end %> |
||||
<%= render partial: "projects/form/attributes/parent_id", |
||||
locals: { form: form } %> |
||||
<%= render partial: "projects/form/attributes/description", |
||||
locals: { form: form } %> |
||||
<%= render partial: "projects/form/attributes/public", |
||||
locals: { form: form } %> |
||||
<%= render partial: "projects/form/attributes/status", |
||||
locals: { form: form } %> |
||||
<% unless all_fields %> |
||||
<%= render partial: "customizable/form", |
||||
locals: { form: form, help_text: { 'attribute-scope': :Project }, all_fields: false, only_required: false } %> |
||||
<% end %> |
||||
<% if render_advanced %> |
||||
</div> |
||||
</fieldset> |
||||
<% end %> |
||||
|
||||
<% unless form.object.errors[:identifier].blank? %> |
||||
<%= nonced_javascript_tag do %> |
||||
jQuery('#advanced-project-settings > .advanced-settings-inner').show(); |
||||
<% end %> |
||||
<% end %> |
@ -1,39 +0,0 @@ |
||||
<%#-- copyright |
||||
OpenProject is an open source project management software. |
||||
Copyright (C) 2012-2021 the OpenProject GmbH |
||||
|
||||
This program is free software; you can redistribute it and/or |
||||
modify it under the terms of the GNU General Public License version 3. |
||||
|
||||
OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: |
||||
Copyright (C) 2006-2013 Jean-Philippe Lang |
||||
Copyright (C) 2010-2013 the ChiliProject Team |
||||
|
||||
This program is free software; you can redistribute it and/or |
||||
modify it under the terms of the GNU General Public License |
||||
as published by the Free Software Foundation; either version 2 |
||||
of the License, or (at your option) any later version. |
||||
|
||||
This program is distributed in the hope that it will be useful, |
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
GNU General Public License for more details. |
||||
|
||||
You should have received a copy of the GNU General Public License |
||||
along with this program; if not, write to the Free Software |
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
||||
|
||||
See COPYRIGHT and LICENSE files for more details. |
||||
|
||||
++#%> |
||||
|
||||
<div class="form--field"> |
||||
<%= styled_label_tag 'from_template', t('project.template.use_template') %> |
||||
<div class="form--field-container"> |
||||
<%= styled_select_tag :from_template, |
||||
options_for_select(project_options_for_templated, @template_project&.id), |
||||
id: 'project-select-template', |
||||
prompt: "(#{t(:label_none)})", |
||||
container_class: '-wide' %> |
||||
</div> |
||||
</div> |
@ -1,38 +0,0 @@ |
||||
#-- copyright |
||||
# OpenProject is an open source project management software. |
||||
# Copyright (C) 2012-2021 the OpenProject GmbH |
||||
# |
||||
# This program is free software; you can redistribute it and/or |
||||
# modify it under the terms of the GNU General Public License version 3. |
||||
# |
||||
# OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: |
||||
# Copyright (C) 2006-2013 Jean-Philippe Lang |
||||
# Copyright (C) 2010-2013 the ChiliProject Team |
||||
# |
||||
# This program is free software; you can redistribute it and/or |
||||
# modify it under the terms of the GNU General Public License |
||||
# as published by the Free Software Foundation; either version 2 |
||||
# of the License, or (at your option) any later version. |
||||
# |
||||
# This program is distributed in the hope that it will be useful, |
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
# GNU General Public License for more details. |
||||
# |
||||
# You should have received a copy of the GNU General Public License |
||||
# along with this program; if not, write to the Free Software |
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
||||
# |
||||
# See COPYRIGHT and LICENSE files for more details. |
||||
#++ |
||||
|
||||
require 'spec_helper' |
||||
|
||||
describe 'project/time_entry_activities routes', type: :routing do |
||||
describe 'update' do |
||||
it 'links PUT /projects/:project_id/time_entry_activities' do |
||||
expect(put('/projects/64/time_entry_activities')) |
||||
.to route_to('projects/time_entry_activities#update', project_id: '64') |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue