-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 3.0.5
-
Fix Version/s: None
-
Component/s: Web UI
-
Tags:
-
Backlog priority:800
-
Team:UI
-
Sprint:UI - 2021-11
When loading a saved search from an email, the following function is called
_getSavedSearchForm: function() { if (!this._routedSearch) { return null; } return this.$$('nuxeo-search-form[provider="' + this._routedSearch.properties['saved:providerName'] + '"]'); }
If using a custom search form, nothing loads from link provided in email because nuxeo-search-form is hardcoded in the function.
Steps to reproduce:
Requirements: must be using custom search form
- Login to Nuxeo webUI.
- Click on Search from sidebar.
- Search for some document.
- Click “Save as” your search.
- Now open saved search from drop down.
- Click more button and click share.
- Inside Permission defined locally, add an internal user to access the shared search with read/Edit/Manage Everything permission.
- Once recipient receives the mail, click on the link and see if shared search is visible or not.
Actual Result:
Once clicked the link received in the email, opens a blank page.
Expected Result:
Should display the shared saved search.
If you manually change the name from nuxeo-search-form to the name of your custom search form, the page loads.
- is required by
-
NXP-24967 Make saved search emails work
- Resolved