Merge "Issue #2315 - Add subscription name to denied approval notification message." into dd_pre_release_2.1
Former-commit-id:c738262b79
[formerlydf4b693415
] [formerlyd42d31fc74
[formerly 56abb5d35f36308d1e3e7cd12d6aec5d3db142f8]] Former-commit-id:d42d31fc74
Former-commit-id:ef5cc2d3a3
This commit is contained in:
commit
c37131e55c
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