Skip to content

Commit

Permalink
Persist Knowledge Page hierarchy state on refresh (open-metadata#19236)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonika-shah authored Jan 7, 2025
1 parent 4ee783c commit 3d8b9b3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ Response searchSchemaEntityRelationship(
Used for listing knowledge page hierarchy for a given parent and page type, used in Elastic/Open SearchClientExtension
*/
@SuppressWarnings("unused")
default ResultList listPageHierarchy(String parent, String pageType, int offset, int limit) {
default ResultList listPageHierarchy(
String parent, String activeFqn, String pageType, int offset, int limit) {
throw new CustomExceptionMessage(
Response.Status.NOT_IMPLEMENTED, NOT_IMPLEMENTED_ERROR_TYPE, NOT_IMPLEMENTED_METHOD);
}
Expand Down

0 comments on commit 3d8b9b3

Please sign in to comment.