computerminds / cm_config_tools

DEPRECATED: Mirror of http://cgit.drupalcode.org/cm_config_tools
1 stars 0 forks source link

Add fields to all entity modes #20

Open anotherjames opened 7 years ago

anotherjames commented 7 years ago

for example, when a field is added in the UI, it's added to the default mode, great. and it will be hidden in all the others by default, but it won't actually make it into the config for export until those other modes have actually been saved, which is a bit annoying.

darthsteven commented 7 years ago

Is this more of a core issue than a cm_config_tools one?

anotherjames commented 7 years ago

Quite probably, yes. But core issues move slowly, cm_config_tools allows us to get fixes in that can then be removed when core has them fixed.

Having said that, cm_config_tools now moves fairly slowly too as I'm tied up with client work :-)

darthsteven commented 7 years ago

which is a bit annoying

Is it just annoying or is it totally broken OMG we should fix this before something really bad happens?

If the former, then we could just try and fix in core and that would be good enough I reckons.

anotherjames commented 7 years ago

Yes, I agree fixing in core is the best. cm_config_tools can just hold an equivalent fix too whilst we wait for any fix in core to get included in a stable release.