Ref T3578, adds ability to set a default edit and view policy for questions. Not sure what to set viewPolicy to ?
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T3578: Unbeta Ponder
- Commits
- Restricted Diffusion Commit
rP135d0c9ee7a6: Add Edit/View Policy to Ponder Questions
Test an old question, edit policy still on myself. Test a new question, see new default.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
resources/sql/autopatches/20150804.ponder.question.2.sql | ||
---|---|---|
2–3 | For viewPolicy, just set it to the string 'users' to preserve the old behavior: ... SET viewPolicy = 'users' WHERE viewPolicy = ''; |