You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an .achx file to an entity - the file should be in the entity folder
Add a wildcard pattern to Global Content to include the .achx file
Do a search for the file in the search window and verify that the file appears there
Find the file in the entity
Rename the file
Do a search for the new name in the search window
Observe - only a single instance appears in the search
Expected - both the wildcard and source objects should appear in the search window
I suspect this is happening because wildcards are not being re-evaluated on rename. This could have other side effects like invalid code generation. Restarting Glue fixes the problem.
The text was updated successfully, but these errors were encountered:
Observe - only a single instance appears in the search
Expected - both the wildcard and source objects should appear in the search window
I suspect this is happening because wildcards are not being re-evaluated on rename. This could have other side effects like invalid code generation. Restarting Glue fixes the problem.
The text was updated successfully, but these errors were encountered: