Ref T8992, Make it impossible to save an empty string alias for a Phurl.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T8992: Actually implement an `alias` field on Phurl URL's
- Commits
- Restricted Diffusion Commit
rPe2c0df4fb49f: Preventing duplicate empty string aliases in Phurl's
- Create two Phurl's with non-empty aliases
- Delete aliases for both Phurl's
- Previously, this wouldn't allow to save the second Phurl because of a duplicate alias. Current diff should save empty alias as null, not empty string.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- phurlemptyaliasdups
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 8629 Build 9986: Run Core Tests Build 9985: arc lint + arc unit