Notification throws an error in html format.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Triaged
|
Low
|
Unassigned |
Bug Description
I created a notification using:
```
maas admin notifications create ident='
```
Then I dismissed the notification on the UI.
I tried to create it again, so I can see it and got:
<html xmlns="http://
<head>
<title>Error: Conflict Error</title>
</head>
<body>
<h2 class="
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.)
tags: | added: cli |
description: | updated |
Changed in maas: | |
status: | New → Incomplete |
status: | Incomplete → Confirmed |
importance: | Undecided → Medium |
Changed in maas: | |
status: | Confirmed → Triaged |
Changed in maas: | |
importance: | Medium → Low |
milestone: | none → 3.5.0 |