Content
View differences
Updated by Jens Ulferts about 5 years ago
### **Steps to reproduce:**
1. Be a user having the "add\_subproject" (and "manage\_project" to reach the button) but not the "create projects" permission
2. Go to project settings in which the "add\_subproject" permission exists
3. Click on "+ Subproject" button
### **Actual Behavior**
<figure class="image op-uc-figure"><div class="op-uc-figure--content"><img class="op-uc-image" src="/api/v3/attachments/21191/content"></div></figure>
The form resource cannot be fetched as this currently requires to have the "create projects" permission
### **Expected Behavior**
The form (and `POST api/v3/projects` resource) needs to also be available to users only having the "add subprojects" permission. For those users, the parent property needs to be required and filtered down.
1. Be a user having the "add\_subproject" (and "manage\_project" to reach the button) but not the "create projects" permission
2. Go to project settings in which the "add\_subproject" permission exists
3. Click on "+ Subproject" button
### **Actual Behavior**
<figure class="image op-uc-figure"><div class="op-uc-figure--content"><img class="op-uc-image" src="/api/v3/attachments/21191/content"></div></figure>
The form resource cannot be fetched as this currently requires to have the "create projects" permission
### **Expected Behavior**
The form (and `POST api/v3/projects` resource) needs to also be available to users only having the "add subprojects" permission. For those users, the parent property needs to be required and filtered down.