View Revisions: Issue #5226
Summary | 0005226: Improve how the router form handles Target Table, Target Catalog, and Target Schema fields | ||
---|---|---|---|
Revision | 2022-02-22 21:44 by emiller | ||
Description | When the router form's Use Source Catalog/Schema checkbox is enabled, the Target Catalog and Target Schema fields should clear and become empty. If they keep their values, the form could have unintended behavior when saved. | ||
Revision | 2022-02-24 15:52 by emiller | ||
Description | - For "New" (or "Edit" when "Target Table" is blank using StringUtils.isBlank()), hide the "Target Table" field to discourage its use - When "Target Table" field is displayed, put a warning icon next it - Clicking the warning icon displays a notification with the following: "The "target table" field is deprecated and will be removed in the future. Use a table transform to rename the table instead." - When checking "Use Source Catalog/Schema", clear the fields for "Target Catalog" and "Target Schema" |