Oleksandr

Results 22 comments of Oleksandr

@jgrocha, hey. Would you like to share CKAN logs? `Internal server error` is a bit too broad, to pin point the exact issue we need the whole traceback.

@jgrocha thanks for the traceback. It seems, that this bug was fixed [here](https://github.com/ckan/ckan/pull/8766), and it was backported, so you can use the `dev-v2.11` or wait for a next version `ckan-2.11.4`

@jgrocha I see, you’re using a docker. If installing CKAN from source is an option - go with it. I’m not aware when the images are being updated. @amercader can...

@dev-rke, you didn’t tell which action causes the issue. But I have an idea. The `side_effect_free` decorator marks an action to be available via `GET` request. By default, it’s only...

@wardi I'm sorry, how is this not reusable? This is how to use it `ckan.toast({message: "Toast message"})` And why do we need to move it out of the `htmx-ckan`? We...

> Sorry for being unclear, I should have said: > > > It's definitely nice that you have moved this feature out of htmx-ckan and made it reusable No worries,...

> How easily are the notifications managed via keyboard? > > How easily would automated testing like Selenium interact with them? As it’s just a wrapper over the bootstrap toasts,...

@wardi can we proceed with the review? I've added a feature to add an optional toast message after a successful HTMX request. This is **an example** of how it can...

@wardi I've updated the `ToastHandler` to use `data-hx-toast` attribute, that expects a JSON-like string. Also, the `midnight-blue` theme was missing `htmx:confirm` event code, so I've added it.