-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/main Date: 2024-09-05T10:23:25-07:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/plone.restapi@d60ef2a fix extension for towncrier Files changed: A news/244.internal D news/244.tests
- Loading branch information
Showing
1 changed file
with
8 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
Repository: Products.CMFPlone | ||
Repository: plone.restapi | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2024-09-04T14:03:02-07:00 | ||
Branch: refs/heads/main | ||
Date: 2024-09-05T10:23:25-07:00 | ||
Author: David Glick (davisagli) <[email protected]> | ||
Commit: https://github.com/plone/Products.CMFPlone/commit/8a9eed5f44af6078b9fe2d94933a47968691406c | ||
Commit: https://github.com/plone/plone.restapi/commit/d60ef2ac7a3d8b026106c7c76cbdca4eb79fcffd | ||
|
||
Update help text for redirector target path (#4007) | ||
|
||
* Update help text for redirector target path | ||
|
||
* changelog | ||
fix extension for towncrier | ||
|
||
Files changed: | ||
A news/4007.bugfix | ||
M Products/CMFPlone/controlpanel/browser/redirects-controlpanel.pt | ||
A news/244.internal | ||
D news/244.tests | ||
|
||
b'diff --git a/Products/CMFPlone/controlpanel/browser/redirects-controlpanel.pt b/Products/CMFPlone/controlpanel/browser/redirects-controlpanel.pt\nindex c2ab5a5ee3..dc1f3bc5b3 100644\n--- a/Products/CMFPlone/controlpanel/browser/redirects-controlpanel.pt\n+++ b/Products/CMFPlone/controlpanel/browser/redirects-controlpanel.pt\n@@ -124,7 +124,7 @@\n </div>\n \n <small class="formHelp form-text text-muted" i18n:translate="help_target_path">\n- Enter the absolute path of the target. The path must start with \'/\'.\n+ Enter the absolute path of the target.\n Target must exist or be an existing alternative url path to the target.\n </small>\n \ndiff --git a/news/4007.bugfix b/news/4007.bugfix\nnew file mode 100644\nindex 0000000000..8f81e077e7\n--- /dev/null\n+++ b/news/4007.bugfix\n@@ -0,0 +1 @@\n+Fix help text for redirect target path. @davisagli\n' | ||
b'diff --git a/news/244.tests b/news/244.internal\nsimilarity index 100%\nrename from news/244.tests\nrename to news/244.internal\n' | ||
|