Page MenuHomePhabricator

Edit permissions for Project (before and after some update of Phabricator)
Closed, DuplicatePublic

Description

Hello pals,
Last month user made few projects with boards and task.
Today (after auto-update during weekend of Phab) same user, nor other Projects members can't edit anything in projects.
After tried described possible resolutions, nothing happens but after little dig with PHPMyAdmin saw this in field "editPolicy" of problematic projects :

before_edit.png (777×826 px, 21 KB)

The manager of projects remembers meanwhile that edit permissions have been set to "Subscribers". There is no such option in fresh new created project.
Tried to manually edit that field in MySQL with copy of data from working proper projects ....the copy-paste lead to that situation:
edited.png (711×794 px, 18 KB)

So I'll be appreciate if someone can help me how to rewrite that field to "AllUsers" or other editable by Administrator.
Thanks in advance to everyone!

Event Timeline

epriestley claimed this task.
epriestley added a subscriber: epriestley.

You can use bin/policy unlock to unlock an object.

You can use the strings users or admin to set the policy to "All Users" or "Administrators". See PhabricatorPolicies.php.

Thank you!
I was sure there is solution like that.
But what abbreviation is for Project object ?

I found the project ID with that method link
The bug can be closed, thanks to all of you !