Feature #2082
Add open in search link on editor
Start date:
10/03/2017
Due date:
% Done:
100%
Associated revisions
Adding tests for the LookupTransformCreateView
Reference #2082
Wrapping the functions in promises
Reference #2082
Adding the create view into the editor
Reference #2082
Adding ability to open the lookup transform creator from the editor
Reference #2082
Isolating the CSS in the lookup editor
Reference #2082
Fixing issue where the lister wouldn't open the lookup in search from the editor.
Reference #2082
Fixing two issues
1) view wouldn't open on show() if it wasn't rendered already
2) the "Open in Search" link would try to make a transform even though it already exists
Reference #2082
History
#1 Updated by Luke Murphey about 7 years ago
Requirements:
- [Done] Show create transform view is shown if no transform exists
- [Done] Allow the form to open more than once without error
- [Done] Once a transform is created, open the lookup in search
- [Done] If an error is observed, then notify the user
- [Done] The search will open with the transform going forward without a refresh
- Handle elegantly the case:
- [Done] Where the transform name already exists
- [Done] Where the transform is invalid (empty)
- [Done] Where there is no field list defined (cannot make the transform without it)
- [Done] Where the user lacks permission to make the transform
#2 Updated by Luke Murphey about 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100