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
fix(content-search): fixed content search by title (dotCMS#32194)
ClosesdotCMS#31969
### Proposed Changes
* This pull request includes a small change to the `ContentSelector.js`
file. The change removes the assignment of the `structureVelVar`
property in the `_renderSearchField` method, because it was already set
in `_structureDetailsCallback` method after a content type is selected
in the search window.
* This assignment removal also avoids setting `structureVelVar` to
undefined when `field['fieldStructureVarName']` is not set, that was
causing this issue.
0 commit comments