You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would the use case be for exporting non-published articles? If there isn't a need for this, then hiding non-published articles may be the best option.
Some export plugins have an option to disable validation that we could re-use, but the export wouldn't be usable for submitting to data providers (and I assume they don't accept unpublished records).
I would avoid fake data in case users try to submit that to data providers.
I'd personally hide the non-published articles and leave a "Published articles" label somewhere, it's not even a breaking change (it's already not working). According to the Git history @asmecher seems to be the one who knows the possible use cases.
Activity
kaitlinnewson commentedon Jul 31, 2024
What would the use case be for exporting non-published articles? If there isn't a need for this, then hiding non-published articles may be the best option.
Some export plugins have an option to disable validation that we could re-use, but the export wouldn't be usable for submitting to data providers (and I assume they don't accept unpublished records).
I would avoid fake data in case users try to submit that to data providers.
jonasraoni commentedon Jul 31, 2024
I'd personally hide the non-published articles and leave a "Published articles" label somewhere, it's not even a breaking change (it's already not working). According to the Git history @asmecher seems to be the one who knows the possible use cases.