mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Steps to reproduce: 1. Go to Contacts (for example). 2. Filters > Add Custom Filter. 3. Select "Company" field. 4. Select "is equal to" operator. 5. Click on "Search more..." button. 6. Select a record. Result: An exception is raised ``` UncaughtPromiseError > TypeError Uncaught Promise > parent._trigger_up is not a function ``` Expected: It should open the search more dialog, and let the user select a record.