Page MenuHomePhabricator

Fix an issue with custom policy edit control not populating correctly
ClosedPublic

Authored by epriestley on Apr 20 2015, 2:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 3, 12:29 AM
Unknown Object (File)
Mar 20 2024, 11:38 PM
Unknown Object (File)
Mar 17 2024, 5:19 PM
Unknown Object (File)
Mar 13 2024, 5:23 PM
Unknown Object (File)
Mar 9 2024, 5:01 PM
Unknown Object (File)
Mar 6 2024, 4:05 AM
Unknown Object (File)
Mar 1 2024, 4:43 PM
Unknown Object (File)
Feb 26 2024, 5:12 PM
Subscribers

Details

Summary

Fixes T7866. These values aren't always provided. They should be, but just make things work for now.

Test Plan
  • Edited a task.
  • Selected "Custom Policy" for "Edit Policy".
  • Configured a policy like "Users: dog".
  • Saved policy.
  • Selected "Custom Policy" again to edit the policy.
  • Before patch: tokenizer fails to render with an error (config.types is not an object).
  • After patch: tokenizer renders properly, albeit with a missing icon.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix an issue with custom policy edit control not populating correctly.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, btrahan.
chad edited edge metadata.
This revision is now accepted and ready to land.Apr 20 2015, 3:12 PM
This revision was automatically updated to reflect the committed changes.