Timo Schilling
Timo Schilling
The Button Event describes a button push on a remote control, if I read the specs right. @D-r-P-3-p-p-3-r do you really want to use that? If you want to build...
``` property :nickname, writeable: -> { model.persisted? } ``` That should work for you.
The text area only appears if you click `Add New Variant`. Why du you list the `variants` tow times?
Ok, I think I know what you want, but there is no build in way to do it. There are 2 possible solutions: 1. Overwrite the `initialize` method of your...
@varyonic I agree with @deivid-rodriguez
@chancancode here is a test app to reproduce this bug: https://github.com/activeadmin/activeadmin_helper_reload_bug Take a look on the [readme](https://github.com/activeadmin/activeadmin_helper_reload_bug/blob/master/README.md) But it should be happen in every activeadmin app too.
Some notes from @jvaill from #3927: > Just quickly brainstorming, off the top of my head I can think of a few other feasible solutions: > 1. Add the entire...
@chancancode can you take a look on this problem with the test app? https://github.com/activeadmin/activeadmin_helper_reload_bug Take a look on the readme But it should be happen in every activeadmin app too.
We could provide something like this: ``` ruby ActiveAdmin.register Foo do permit_params_by_pundit_policy end ``` which is equal to yours