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
@AndrewKMoses i would say in both, that change was introduced in #71 for v.3.0.0 which was supporting pimcore <6.5, so by having it in both folder it should be fixing for every version and not specifically for X. Thank you in advance and looking forward for the PR!
Expected behavior
Expected data type for column classId in table bundle_advancedobjectsearch_update_queue to be varchar as
$classDefinition->getId()
returns string.Actual behavior
Data type is int.
Steps to reproduce
This is an issue when you use your own
unique identifier
on DataObject classes.The issue can for example be seen below where
$classDefinition->getId()
is a string.https://github.com/pimcore/advanced-object-search/blob/4.x/src/Service.php#L351
The text was updated successfully, but these errors were encountered: