Hi, got this message in popup
Title:"Membership Immutable"
Value:"This project does not support editing membership."
when i try unlock project in "/project/members/<project_id>/" and i can't add new member, button is inactive
I try update Phabricator to the latest version today, but this not solve my problem.
I tried to do the update field isMembershipLocked manually in the DB
"update project set isMembershipLocked=0 where id=<prj_id>;"
Project was unlocked after that, but "Add members" button still inactive.
Current Versions
phabricator 10cc633b88b2c48cad867aba6695233e0a64c533 (Fri, May 27)
arcanist 2234c8cacc21ce61c9c10e8e5918b6a63cc38fc8 (Mon, May 16)
phutil 5eaf0a9f5a3540a2eba9c75b4e792d0fb26cf69a (Thu, May 26)
Settings in my project
Membership:Parent Project
Row in mysql (select * from project where id=)
| id | name | phid | authorPHID | dateCreated | dateModified | status | viewPolicy | editPolicy | joinPolicy | isMembershipLocked | profileImagePHID | icon | color | mailKey | primarySlug | parentProjectPHID | hasWorkboard | hasMilestones | hasSubprojects | milestoneNumber | projectPath | projectDepth | projectPathKey | properties |
| < name > | < name > | PHID-PROJ-<hash> | PHID-USER-<hash> | 1432904150 | 1464604337 | 0 | users | admin | admin | 0 | PHID-FILE-<hash> | communication | violet | < mailKey > | <Projectname> | NULL | 1 | 1 | 1 | NULL | Bs94 | 0 | Bs94 | [] |
How can I fix it?