Follow-up from #2857247: Support for export filtering via Drush

Problem/Motivation

Config ignore settings don't apply on export in the UI.

Proposed resolution

Make config ignore settings also work for export via the UI.
Propose we don't stop a single config export as that is intentional, but perhaps show a warning.

Remaining tasks

Alter the existing download route and use our own route
Filter the config on export

CommentFileSizeAuthor
#2 support_for_export-2857944-2.patch4.01 KBscott_euser

Comments

scott_euser created an issue. See original summary.

scott_euser’s picture

Status: Active » Needs review
StatusFileSize
new4.01 KB

Here is a patch for downloading the full export via the UI excluding those matching the ignore patterns.

bircher’s picture

This is an interesting approach.

But in my opinion Drupal core should have a proper export API. (Yes right now the only export "API" is the zip download you re-implement here).

bircher’s picture

Status: Needs review » Closed (outdated)