This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
phorge-phorge
Watch
1
Star
0
Fork
You've already forked phorge-phorge
0
mirror of
https://we.phorge.it/source/phorge.git
synced
2025-02-12 14:58:33 +01:00
Code
Issues
Releases
Wiki
Activity
7ce5853936
phorge-phorge
/
src
/
applications
/
doorkeeper
/
exception
/
DoorkeeperMissingLinkException.php
4 lines
71 B
PHP
Raw
Normal View
History
Unescape
Escape
Make "JIRA Issues" field work better with noncredentialed accounts Summary: Currently, users get an error when making any changes to this field if they don't have a linked JIRA account. Instead: - We should only raise an error if they're trying to //add// issues, and only on the new issues. It's always fine to remove issues, and existing issues the author can't see are also fine. - When we can't add things because there's no account (vs because there's a permissions error or they don't exist), raise a more tailored exception. Test Plan: - As JIRA and non-JIRA users, made various edits to this field. - Got appropriate exceptions, including better tailoring. Reviewers: btrahan Reviewed By: btrahan Subscribers: mbishopim3, epriestley Differential Revision: https://secure.phabricator.com/D8676
2014-04-02 12:03:59 -07:00
<
?
php
Apply some autofix linter rules Summary: Self-explanatory. Test Plan: Eyeball it. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D10454
2014-09-10 06:49:56 +10:00
final
class
DoorkeeperMissingLinkException
extends
Exception
{}
Copy permalink