Feature #2092
Create transform for lookup that doesn't have one
100%
Description
I could include the link to open in search for all lookups and then open the dialog for create the transform if the lookup doesn't have a transform.
Related issues
Associated revisions
Submitting initial version of transforms creation dialog
Reference #2092
Moving the enable/disable buttons after the "open in search" option
Reference #2092
Fixing issue where refresh didn't work right
Reference #2092
Replacing the custom lookup transform model with the built-in ones
Reference #2092
Moving the fields getter into the LookupTransformCreateView
Reference #2092
Outputting a message when users do not have sufficient permission to create transforms
Reference #2092
Removing ES6 arrow syntax
Reference #2092
Removing ES6 syntax
Reference #2092
History
#1 Updated by Luke Murphey about 7 years ago
I might have to delete the transform when the lookup is deleted.
#2 Updated by Luke Murphey about 7 years ago
Requirements:
- [Done] Show create transform view is shown if no transform exists
- [Done] Don't allow save if validation fails
- [Done] Clear validation if the user fixes the issue
- [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 UI will refresh once the transform is created
- 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
- Suggest a transform name
#3 Updated by Luke Murphey about 7 years ago
- % Done changed from 0 to 40
Open questions:
- Should the transform be updated when the lookup is updated?
#4 Updated by Luke Murphey about 7 years ago
Need to fix the input focus issue too.
#5 Updated by Luke Murphey about 7 years ago
- % Done changed from 40 to 90
#6 Updated by Luke Murphey about 7 years ago
- Status changed from New to Resolved
- % Done changed from 90 to 100
#7 Updated by Luke Murphey about 7 years ago
- Status changed from Resolved to Closed
#8 Updated by Luke Murphey about 7 years ago
- Duplicates Feature #2019: Create transform when making lookups so that the lookups can be used from search added