Project

General

Profile

Actions

Defect #3778

closed

Non-administrator users cannot set parent project for new projects

Added by Gábor Molnár over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-08-25
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

Description

It is not possible for non-administrator users to set the parent of the project to be created. There is no parent project field on the new project page, even if i am the owner of the project that i want to set as parent. There is no such option even in the settings page of an existing project.

I am using the svn trunk version.


Files

003-redmine-admin-project.diff (570 Bytes) 003-redmine-admin-project.diff Anonymous, 2009-08-31 18:00

Related issues

Is duplicate of Redmine - Feature #2963: Managers able to create subprojectsClosed2009-03-13

Actions
Actions #1

Updated by Anonymous over 14 years ago

In the file app/views/projects/_form.rhtml, change the line :

<% if User.current.admin? && _parents.empty? %>

With :

<% if _parents.empty? %>

This is what i have done and it works.

Actions #2

Updated by Anonymous over 14 years ago

Arghhhhh !!!!

In the file app/views/projects/_form.rhtml, change the line :
<% if User.current.admin? && _parents.empty? %>

With :
<% if _parents.empty? %>

This is what i have done and it works.

Actions #3

Updated by Eric Davis over 14 years ago

  • Status changed from Resolved to Closed
  • Resolution set to Duplicate

This is a duplicate of #2963

Actions

Also available in: Atom PDF