mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-05 12:07:10 +00:00
revert Persist Knowledge Page hierarchy state on refresh
This commit is contained in:
parent
e02ab41942
commit
249b9eeb2d
@ -212,8 +212,7 @@ public interface SearchClient {
|
||||
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 activeFqn, String pageType, int offset, int limit) {
|
||||
default ResultList listPageHierarchy(String parent, String pageType, int offset, int limit) {
|
||||
throw new CustomExceptionMessage(
|
||||
Response.Status.NOT_IMPLEMENTED, NOT_IMPLEMENTED_ERROR_TYPE, NOT_IMPLEMENTED_METHOD);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user