Skip to content

Commit 3487380

Browse files
committed
Changed the yang impact analysis url setting.
- Legacy-Id: 14314
1 parent 6865bb8 commit 3487380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ def skip_unreadable_post(record):
688688
SUBMIT_YANGLINT_COMMAND = None # use the value above if you have yanglint installed
689689

690690
SUBMIT_YANG_CATALOG_MODULEARG = "modules[]={module}"
691-
SUBMIT_YANG_CATALOG_IMPACT_URL = "https://www.yangcatalog.org/yang-search/impact_analysis.php?{moduleargs}&recurse=0&rfcs=1&show_subm=1&show_dir=dependencies"
691+
SUBMIT_YANG_CATALOG_IMPACT_URL = "https://www.yangcatalog.org/yang-search/impact_analysis.php?{moduleargs}&recurse=0&rfcs=1&show_subm=1&show_dir=both"
692692
SUBMIT_YANG_CATALOG_IMPACT_DESC = "Yang impact analysis for {draft}"
693693
SUBMIT_YANG_CATALOG_MODULE_URL = "https://www.yangcatalog.org/yang-search/module_details.php?module={module}"
694694
SUBMIT_YANG_CATALOG_MODULE_DESC = "Yang catalog entry for {module}"

0 commit comments

Comments
 (0)