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
Unknown Object (File)
Thu, Apr 11, 9:17 AM
Unknown Object (File)
Mon, Apr 8, 11:24 AM
Unknown Object (File)
Mar 8 2024, 3:56 AM
Unknown Object (File)
Feb 15 2024, 9:38 AM
Unknown Object (File)
Jan 31 2024, 2:54 PM
Unknown Object (File)
Jan 21 2024, 8:55 PM
Unknown Object (File)
Jan 13 2024, 3:47 AM
Unknown Object (File)
Jan 12 2024, 2:36 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