Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect "Published" status in Lumberjack GridField when using Fluent #522

Closed
JorisDebonnet opened this issue Mar 26, 2018 · 1 comment
Closed

Comments

@JorisDebonnet
Copy link
Contributor

When using the Blog module together with Fluent, any BlogPosts created in one locale will show up in the GridField as "Published" (or scheduled to publish) in any other locale, too. That status is not correct though, as is confirmed by going to the BlogPost's details (where everything works fine, e.g. shown as Draft until published in that locale).

I guess this may need a 'speciale case' code block just for Fluent? In any case, those posts are not considered "Published" in other locales since they are in Draft by default, so they shouldn't be marked as Published in the list. Perhaps an extra column, or replacing the content of that column with 'Draft in this locale' or something if applicable...

@robbieaverill
Copy link
Contributor

Thanks for reporting. I'm going to close this as a duplicate of silverstripe/silverstripe-lumberjack#75. We can follow discussion there =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants