diff --git a/CHANGELOG.md b/CHANGELOG.md index fd910167..ebbfbfd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ Expected: October 2024 * List pagination: Added where, sort-by and direction parameter for configured data * New `clixon-lib@2024-04-01.yang` revision - - Added: list_pagination_partial_state + - Added: list-pagination-partial-state extension ### API changes on existing protocol/config features diff --git a/test/example_social.sh b/test/example_social.sh index 2a4abbe0..cac5363d 100755 --- a/test/example_social.sh +++ b/test/example_social.sh @@ -265,7 +265,7 @@ cat < $fexample list audit-log { description "List of audit logs."; - cl:list_pagination_partial_state; // Clixon + cl:list-pagination-partial-state; // Clixon leaf timestamp { type yang:date-and-time; mandatory true; diff --git a/test/test_pagination_state.sh b/test/test_pagination_state.sh index 3b802546..d37e0fe4 100755 --- a/test/test_pagination_state.sh +++ b/test/test_pagination_state.sh @@ -7,7 +7,7 @@ # 3. CLI get audit logs (only interactive) # This tests contains a large state list: audit-logs from the example # Only CLI is used -# Test also of list_pagination_partial_state extension +# Test also of list-pagination-partial-state extension # Magic line must be first in script (see README.md) s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi