-
Notifications
You must be signed in to change notification settings - Fork 6
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
Resave Entries deletes out existing Reflection Field values generated by Subsection Manager on Save. #10
Comments
Sorry for the inconvenience Brian, haven't used this extension in a while. |
I am not using any callback php code. I am just using the default settings
|
Ok fine, I'll try to fix the issue in the next few days :) |
Thank you Marco!!! I really appreciate it
|
I've been able to reproduce the bug, namely subsection manager isn't populating relations when loaded by reflection field. This means all the items appended to the XML by subsection manager are missing and the utility yields no result for that reason. I can point out some references for further investigations just in case someone is willing to fix the issue (which isn't related to resave entries). This is where the reflection field loads all the fields in a section and creates the XML: https://github.com/symphonists/reflectionfield/blob/master/extension.driver.php#L92-L98 That code calls subsection manager to generate its XML node, but no result is actually generated here: https://github.com/hananils/subsectionmanager/blob/master/fields/field.subsectionmanager.php#L676 You can see there's a little warning on top of that method, not sure if that's the cause of the problem (probably not). Hope this helps, thanks for using resave entries! |
Resave Entries deleting out values Reflection Field values (that are generated from Subsection Manager using the Reflection field's XSLT utility).
When I run Resave Entries, instead of saving the Reflection Field Values, it skips over those values. Or if there is existing Reflection Field values, it empties or removes those values on Save.
To test it wasn't a Reflection field issue, I manually saved a specific entry, and it saves the value as it should.
Do you know what could be causing this?
I have used Resave Entries with a Reflection field in the past with no issue.
I am running Resave Entries, version 0.2, and running Subsection Manager 3.5.1, and Symphony 2.3.3.
Here's my reflection field utility...
The text was updated successfully, but these errors were encountered: