Description
Just noticed a few things in DB Import in the Modeler:
- Schema validator complains about regular expression syntax in "includeTable.name" or "excludeTable". E.g. "<includeTable><name>^a2_.+$</name></includeTable>".
- Ordering of includes / excludes - when I add an include to a catalog, it is added at the end of the list of includes / excludes. But when I come back to view again, it is reordered to precede all excludes (which is correct, but I guess it should be visually added where it belongs from the start).
- There's no way to reorder entries within includes and excludes. Manual reordering should be useful especially with regular expressions, where rules may depend on previous rules.
- When a DB import doesn't return any changes ("Nothing to import" dialog is shown and I click "Ok"), the previously saved project is marked as dirty. I thought this one was already fixed.
Attachments
Issue Links
- is a parent of
-
CAY-2636 Modeler: Ordering in db import config
- Closed