From b8c6485646b98e1fae96ddbcd0d8ed47aabf84ff Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Aug 07 2019 20:38:25 +0000 Subject: Issue 50534 - CLI change schema edit subcommand to replace Description: The way the CLI currently edits an attribute or objectclass is that it deletes it, and then adds the new attribute using only the params specified in "edit". So the subcommand "edit" is misleading as previous/untouched values will get overwritten, it should be "replace" instead to avoid confusion. relates: https://pagure.io/389-ds-base/issue/50534 Reviewed by: spichugi(Thanks!) --- diff --git a/src/cockpit/389-console/src/schema.html b/src/cockpit/389-console/src/schema.html index 7c44000..10bdabe 100644 --- a/src/cockpit/389-console/src/schema.html +++ b/src/cockpit/389-console/src/schema.html @@ -226,11 +226,6 @@ -
- -