ok looks like there were additional notification messages in the angular controller. It may be that in v7 the backofficenotificationscontroller was not raising messages and now in v8 it does?
Anyhow i removed the messages from angular controller now all good.
CreateNotificationSuccessResponse in BackOfficeNotificationsController showing 2 messages
I have BackOfficeNotificationsController based controller and in the code I have the following:
CreateNotificationSuccessResponse
CreateNotificationValidationErrorResponse
This code in v7 fires notification message once. However in v8.1 it fires twice.
Anyone seen this before?
ok looks like there were additional notification messages in the angular controller. It may be that in v7 the backofficenotificationscontroller was not raising messages and now in v8 it does?
Anyhow i removed the messages from angular controller now all good.
is working on a reply...