Andreas
Andreas
it definitely is the app role permission.. give it the permission to post in read-only and you are good to go.. no need to give it admin
yeah, some user feedback would be great.. i "figured out" why it wont post the poll via issue search and finding this issue :)
@jalevin you saved my day, thanks!
just wanted to add a tiny little bit of input regarding the throttleing: i often times find myself in a situation where there might be say 10 different apis with...
fwiw, i am having the same issue... any hint is highly appreciated. in the view: `` the collection: `irb(main):004:0> Instrument.all.order(:id).map { |i| [i.id, i.symbol] } Instrument Load (0.4ms) SELECT "instruments".*...
i think i've found it - at least for my use case... :instrument is referring to an association introduced by belongs_to in the model... the proper attribute is :instrument_id, though.....
Hey @abrom , wow, that was quick :) i did a further look, forked your gem and played around a bit.. looks like it wasnt implemented on "your side" so...
fwiw, as a workaround, you could go to admin -> layout -> custom-css and use selectors like: `[data-role="Owner"] { background-color: red; }` for each role you have...
awesome, thanks! that looks way better. do you happen to have an estimation regarding the fix.. dont feel pressured, its just are we talking weeks or months..?