-
Ajax error on Race Dashboard page. Various Kiosks freeze when this error occurs. (On Deck, Replay Kiosk). I am guessing it is related to kiosks.
(fake racers, fake timer, replay kiosk (iPad))
![…
-
respone should hold:
- error(bool) default false
- message (str) default ''
- object (dict) referenced object when applicable
- payload (rendered content, list)
-
This is not an issue, just a request for help. I don't see any Discussions tag so I'm asking here. If this is not appropriate, let me know and I'll delete this post.
So here is my setup. I have a for…
-
API testing
```
2024-10-05 22:40:33.414 DEBUG 52810 --- [nio-8080-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to dev.obrienlabs.biometric.nbi.controller.ApiController#activeId(HttpSe…
-
After running the demo table form in my plugin:
$tableform = new \local_table_sql\local\demo\demo_table_form();
$tableform->out();
I got a message error when trying to open the modal form to ed…
-
Load, add, edit and remove comments via ajax
- [x] view for read comments for object
- [x] view to add comment to object
- [ ] view to edit comment
- [ ] view to delete comment
- [x] clean up add…
-
**Describe the bug**
Unauthenticated AJAX requests result in a 400 error from the `OidcBackChannelLogoutWebFilter`, instead of an error from a `ErrorWebExceptionHandler`.
**To Reproduce**
1. W…
-
### Short description of the issue
Because of the way inputfields’ js config are added and only rendered when the admin theme itself is rendered, whenever an inputfield with an associated js config…
-
### Describe the bug
I am experiencing an issue when performing keyword searches via AJAX in the default WordPress media attachment PDFs. Specifically, when using the WP_Query with ElasticPress inte…
-
I'd like to load my map point from JSON (specifically, api-platform), can you provide an example of how to do that in the custom controller please? I'm sure it's easy once you get the Leaflet object…