Page MenuHomePhabricator

When predicting object policies for project milestones, adjust objects so they behave like milestones
ClosedPublic

Authored by epriestley on Nov 19 2019, 6:29 AM.
Tags
None
Referenced Files
F17363515: D20919.diff
Sat, Jun 28, 12:46 PM
Unknown Object (File)
Fri, Jun 27, 6:12 PM
Unknown Object (File)
Thu, Jun 26, 8:35 PM
Unknown Object (File)
Wed, Jun 18, 8:35 PM
Unknown Object (File)
Tue, Jun 17, 9:51 AM
Unknown Object (File)
Thu, Jun 5, 4:44 PM
Unknown Object (File)
May 9 2025, 10:13 PM
Unknown Object (File)
May 8 2025, 10:52 PM
Subscribers
None

Details

Summary

Ref T13462. Currently, when testing milestone edit policies during creation, the project object does not behave like a milestone:

  • it doesn't have a milestone number yet, so it doesn't try to access the parent project; and
  • the parent project isn't attached yet.

Instead: attach the parent project sooner (which "should" be harmless, although it's possible this has weird side effects); and give the adjusted policy object a dummy milestone number if it doesn't have one yet. This forces it to act like a milestone when emitting policies.

Test Plan
  • Set "Projects" application default edit policy to "No One".
  • Created a milestone I had permission to create.
    • Before: failed with a policy error, because the project behaved like a non-milestone and returned "No One" as the effective edit policy.
    • After: worked properly, correctly evaluting the parent project edit policy as the effective edit policy.
  • Tried to create a milestone I did not have permission to create (no edit permission on parent project).
    • Got an appropriate edit policy error.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable