Stanislas Chevallier
Stanislas Chevallier
Hey @kinsbrunner I defined a module in my projects : ```ruby module ActiveAdminFixResourcesPaths extend ActiveSupport::Concern # we need at least one method or the module won't exist in rails eyes...
I don’t have this issue since either children objects (photos of a photo album for instance) don’t have their own controller, in which case I have overloaded the « destroy ...
I’m sorry I won’t have the time to help you much further, I’ve given you all the information I had already available on hand, and the documentation of ActiveAdmin is...
I already have SIP disabled on macOS, here is the packets I have been able to capture using Wireshark. Systems : - macOS BigSur 11.3, sane 1.0.32, libusb 1.0.24 -...
I've made it work using the default `select` input, which renders as `select2` when ActiveAdmin Addons is installed. In your form: ```ruby f.input :recipients, as: :select, multiple: true, input_html: {...
That fixed it. Maybe what's done in `setValue()` that causes the view to refresh could also be done in `setWrapSelectorWheel` to circumvent this particular ordering?
still not working for me, how did you fixed that ?
Still no news on when it'll be merged?
UPDATE : I took a look at `YapDatabaseViewFiltering` header and its options. It makes it clear the filtering block is called only in certain circumstances. What would you suggest to...
Thanks a lot, very good idea to use the actual date as a version tag! And yes the view shouldn't be persisted that makes sense. I just hope it won't...