sammakkoinen
sammakkoinen
Yes, I was looking for the latter feature (namely, different grids for FK selectors), however, as I have found, it seems to be already mostly implemented and working in CoreSchema...
> But if you want it to just be a grid and to use the same default view, you leave the value unset because that is already the default. Yes,...
Yes, let's discuss it, I think it's possible for me to contribute to the code.
> ``` > sub check_any_user_role { > my $c= shift; > $c->next::method('administrator', @_); > } > ``` This works. > ``` > BEGIN { __PACKAGE__->config(...) } > ``` This does...