248 Posts
Giuse
5 years ago
Topic

Hi, I upgraded to Seblod 3.17.2 and now I see that the general parameters (like Permission button, Creation Allowed, etc.) are no more visible in the Form Type after having created (after 1 save)...! Is it a bug?

thanks

Giuse

Get a Book for SEBLOD
248 Posts
Giuse
5 years ago
3
Level 1

any one has noticed this? Are you able to see for example permission button of an existing content type?

248 Posts
Giuse
5 years ago
2
Level 2

@Klas, could you please give your feedback...? I included a screenshot and no more able to change settings of forms...

thanks

1283 Posts
Bucklash
5 years ago
1
Level 3

I’ve not updated yet, thanks for heads up of potential drama 👍

248 Posts
Giuse
5 years ago
0
Level 4

Hi, after a long study I found the problem: it is my PR #546 (Seblod #546) done to keep radio value and its label together in the same line (something Seblod is not doing natively). This PR just added a span class around each radio option to allow styling of the option itself, so in a CSS file you can set value and label together with something like

.cck_option_radio { white-space:nowrap; display:inline-block; }

This simple addition is not compatible with button group used in admin content form (like On/Off switch). So I changed the PR adding the span class only when it is a "normal" radio -with text I mean-, not a button group.

cheers

Giuse

Get a VIP membership