Actions
Bug #19945
openConsider matching records on import using label instead of name
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Description
Consider the following scenario:
1. I export a content view to csv
2. I import that record into another instance
3. I change the content view name in the original instance
4. I do another import into my other instance.
This'll create a new record in my second instance instead of updating the existing one. With labels being immutable, the above scenario would work if we were using labels during import.
Not sure if this is a feature or a bug.
Actions