after migration we are seeing the warnings like Missing dependencies: "web.ViewManager", "web.SearchView", in the web console, and we have done a custom search using ViewManager, looks like the js file/module is not loading and the custom search functionality is not working/display in the page.
Any solutions on this.
does v13 support `web.ViewManager` ?
usage:
`var ViewManager = require('web.ViewManager');`
Thanks for the help in advance.
此问题已终结
4140
查看
| 相关帖文 | 回复 | 查看 | 活动 | |
|---|---|---|---|---|
|
|
1
8月 20
|
4402 | ||
|
|
1
4月 21
|
7683 | ||
|
|
1
12月 19
|
11970 | ||
|
|
2
12月 22
|
4557 | ||
|
|
1
10月 22
|
6025 |
There is no other solution than removing those dependencies and write the widgets/features as new functionality.