missed adding supports search in pipelineService (#13366)

This commit is contained in:
07Himank 2023-09-28 17:20:22 +05:30 committed by GitHub
parent 351c20e23a
commit 6a6e799ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,5 +31,6 @@ public class PipelineServiceRepository extends ServiceEntityRepository<PipelineS
dao.pipelineServiceDAO(),
PipelineConnection.class,
ServiceType.PIPELINE);
supportsSearch = true;
}
}