Fixes T6175. This particular option is only editable via the Applications application so let the user know that.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T6175: `phabricator.uninstalled-applications` is confusing because it isn't editable configuration
- Commits
- Restricted Diffusion Commit
rPaeb3a12e13ae: Config - improve lock message for option `phabricator.uninstalled-applications`
saw error message and clicked through to applications app. tried another locked option and saw old message
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/config/option/PhabricatorCoreConfigOptions.php | ||
---|---|---|
30 | i dont have't base-uri set on my install and everything seems to work fine... Unless of course I do a PhabricatorEnv::getURI() here, in which case I get an error about now having base-uri set. Long story short, I think this raw uri string here is correct? |
src/applications/config/option/PhabricatorCoreConfigOptions.php | ||
---|---|---|
30 | Yep, this is good. |