-
Notifications
You must be signed in to change notification settings - Fork 74
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
Tag field change does not trigger change state #260
Comments
Hi, |
I've done the first cut of changes - still pending proper testing. Not quite ready for PR. Running into issues with the yarn build... From my guess is these must come from SS vendor files through the webpack externals - maybe this webpack is just not configured correctly? |
You need to run |
PR #262 |
@josephlewisnz, Thank you for your contribution. Nice work! |
Thanks for testing @sabina-talipova |
SS4.13
Tagfield version: "2.11.1"
When I make changes to my "TagField" it does not let the page know that there are changes. This ultimately means the admin does not know that they need to publish the page to save the tag.
And it has an impact on the "onAfterPublish" does not fire (silverstripe/silverstripe-cms#1791).
From my understanding the page thinks there is nothing to publish.
I imagine this is a result of #125
Sounds like a recent issue/PR has manage to fix this on the latest branch for SS5 #247
I will take a look to see if this can be brought back too. However if there is any work around, that would be much appreciated.
Typically this would not be an issue, however I am reliant on the "onAfterPublish" triggering for Search indexing.
PRs
The text was updated successfully, but these errors were encountered: