[openstreetmap/openstreetmap-website] Display error message if note creation fails (PR #7132)

Marwin Hochfelsner notifications at github.com
Fri Jun 5 15:39:59 UTC 2026


@hlfan commented on this pull request.



> @@ -24,6 +24,7 @@
     <div class="mb-3">
       <%= text_area_tag "text", "", :class => "form-control", :size => "40x10", :maxlength => "2000", :placeholder => t(".advice") %>
     </div>
+    <div id="new-note-error" class="alert alert-danger d-none"></div>

I thought we could prefill most on the server side so it looks more like this:

<details>
  <summary>There was an error when creating the note</summary>
  <p>403: Forbidden</p>
</details>

```html
<details>
  <summary>There was an error when creating the note</summary>
  <p>403: Forbidden</p>
</details>
```

So `details>summary` would be set in the template and `details>p` with err in JS.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7132#discussion_r3363718014
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/7132/review/4437546307 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260605/5a2bfd59/attachment.htm>


More information about the rails-dev mailing list