-
Notifications
You must be signed in to change notification settings - Fork 42
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
FR: Item persister and retriever #1097
Comments
dev-feature/item-persister-and-retriever (b63bd7e) Update or New and save item at BE:
at New we have an empty new item |
published/unpublished per "green eye" doesn´t works - Ajax send same error as #1097 (comment) |
after MM update: Update or New and save item at BE:
|
- 'UPDATE %1$s %%s=? WHERE id IN (%2$s)',
+ 'UPDATE %1$s %%s WHERE id IN (%2$s)', |
it´s not possible to work with variants
-$variantIds = [];
+$variantIds = [$itemId]; |
@discordier have you a new strategy for vatiants? note: #871 |
Not yet, however we should implement it in here. |
please follow ups to #1112 |
Check https://github.com/MetaModels/core/tree/feature/item-persister-and-retriever
The text was updated successfully, but these errors were encountered: