Issue #2315 - Add subscription name to denied approval notification message.
Change-Id: I375e203cbb68d56d003ad71e87c0f94d0cbd808e Former-commit-id:a077c1ca85
[formerly0f71295d06
] [formerly4bef0067a2
[formerly 023a102cb947851265d799781bbb0f2dbf8fbd75]] Former-commit-id:4bef0067a2
Former-commit-id:37627c3b70
This commit is contained in:
parent
4a42590c4d
commit
41741285c0
1 changed files with 4 additions and 2 deletions
|
@ -92,7 +92,8 @@ import com.raytheon.viz.ui.presenter.IDisplay;
|
|||
* Mar 29, 2013 1841 djohnson Subscription is now UserSubscription.
|
||||
* Apr 05, 2013 1841 djohnson Add support for shared subscriptions.
|
||||
* Jun 06, 2013 2030 mpduff Refactored help.
|
||||
* Jul 26, 2031 2232 mpduff Refactored Data Delivery permissions.
|
||||
* Jul 26, 2013 2232 mpduff Refactored Data Delivery permissions.
|
||||
* Sep 03, 2013 2315 mpduff Add subscription name to denied approval message.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -482,7 +483,8 @@ public class SubscriptionApprovalDlg extends CaveSWTDialog implements
|
|||
|
||||
subscriptionNotificationService
|
||||
.sendDeniedPendingSubscriptionNotification(
|
||||
sub, username, denyMessage);
|
||||
sub, username, sub.getName()
|
||||
+ ": " + denyMessage);
|
||||
} catch (RegistryHandlerException e) {
|
||||
statusHandler
|
||||
.handle(Priority.PROBLEM,
|
||||
|
|
Loading…
Add table
Reference in a new issue