2020-08-21 11:13:14 |
Amy Pattanasethanon |
description |
I created a notification using:
```
maas admin notifications create ident='release_notification' category='info' users=true admins=true message='<strong>We’ve released MAAS 2.8.</strong> This version supports LXD VM hosts, faster UI and many bug fixes. Find out <a href="https://maas.io/docs/release-notes">what’s new in 2.8</a>.'
```
Then I dismissed the notification on the UI.
I tried to create it again, so I can see it and got:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Error: Conflict Error</title>
</head>
<body>
<h2 class="p-heading--four">
Conflict error. Try your request again, as it will most likely succeed.
</h2>
</body>
</html> |
I created a notification using:
```
maas admin notifications create ident='release_notification' category='info' users=true admins=true message='<strong>We’ve released MAAS 2.8.</strong> This version supports LXD VM hosts, faster UI and many bug fixes. Find out <a href="https://maas.io/docs/release-notes">what’s new in 2.8</a>.'
```
Then I dismissed the notification on the UI.
I tried to create it again, so I can see it and got:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Error: Conflict Error</title>
</head>
<body>
<h2 class="p-heading--four">
Conflict error. Try your request again, as it will most likely succeed.
</h2>
</body>
</html>
Also, when you dismissed the notification, you cannot get the id of the notification via
maas $PROFILE notifications read
(We sort of need the notification id to delete that notification, in order to create another one.) |
|