VPN: IPsec: Security Policy Database - extend ModelRelationField so it can optionally disable caching. closes https://github.com/opnsense/core/issues/9365
In some cases caching can be problematic, for example when rows are dynamically generated or when the cache is persisted while the model hasn't reached it final state yet.
The latter seems to be the case here. When referring connection, we actually mean the description of the related field, which may not be persisted in the model yet as an earlier field triggered the data to be stored (locals.local.connection for example).
This commit adds "DisableCache" as ModelRelationField option and uses it in SPDs.SPD.connection_child
misc/theme-flexcolor: add rc file for handling default_scheme.css
Due to not overcomplicating this with a GUI do the lower end RC so that
we users can change this easily.
This works nicely, but the import statement is cached by the browser:
@import url('default_scheme.css');
and this needs to be fixed or the plugin split.
misc/theme-flexcolor: add rc file for handling default_scheme.css
Due to not overcomplicating this with a GUI do the lower end RC so that
we users can change this easily.
This works nicely, but the import statement is cached by the browser:
@import url('default_scheme.css');
and this needs to be fixed or the plugin split.
misc/theme-flexcolor: add rc file for handling default_scheme.css
Due to not overcomplicating this with a GUI do the lower end RC so that
we users can change this easily.
This works nicely, but the import statement is cached by the browser:
@import url('default_scheme.css');
and this needs to be fixed or the plugin split.
misc/theme-flexcolor: add rc file for handling default_scheme.css
Due to not overcomplicating this with a GUI do the lower end RC so that
we users can change this easily.