mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-21 22:32:41 +01:00
No description
bdda7eed07
Summary: Ref T13614. When an omnipotent user calls "synchronizeWorkingCopyBeforeWrite()", we record a WorkingCopyVersion record with a null "userPHID". The UI then renders this as "Unknown Object (????)". Improve this behavior: - When no PHID is available, just render nothing in the UI (this doesn't seem meaningfully different from no version existing at all). - Allow callers to provide an acting user PHID, similar to Editor. There's currently no way to perform this kind of write legitimately in the upstream, but T13614 is providing one. Test Plan: - Wrote a script that calls "synchronizeWorkingCopyBeforeWrite()" as the omnipotent user. - Ran script, saw "Unknown Object (????)" in the UI. - Applied UI fix, saw empty UI. - Applied "acting as" fix, modified script to act as the Diffusion application, ran script, saw "Diffusion" attribution in UI. {F8814806} Maniphest Tasks: T13614 Differential Revision: https://secure.phabricator.com/D21669 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.arclint | ||
.arcunit | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md |
Effective June 1, 2021: Phabricator is no longer actively maintained.
Phabricator is a collection of web applications for software development.
LICENSE
Phabricator is released under the Apache 2.0 license except as otherwise noted.