Skip to content

Commit 8ad2d36

Browse files
committed
feat: add multiple plugins at one resource support
1 parent e700e8e commit 8ad2d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export default class BulkAiFlowPlugin extends AdminForthPlugin {
204204
instanceUniqueRepresentation(pluginOptions: any) : string {
205205
// optional method to return unique string representation of plugin instance.
206206
// Needed if plugin can have multiple instances on one resource
207-
return `single`;
207+
return `${this.pluginOptions.actionName}`;
208208
}
209209

210210
setupEndpoints(server: IHttpServer) {

0 commit comments

Comments
 (0)