fix(plugin-workflow): fix acl for getting job (#6352)

This commit is contained in:
Junyi 2025-03-04 17:34:53 +08:00 committed by GitHub
parent 2cfe4d7af7
commit 2345ea62da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -348,6 +348,8 @@ const useStyles = createStyles(({ css, token }) => {
max-width: 14em;
overflow: hidden;
text-overflow: ellipsis;
display: inline-flex;
align-items: center;
}
.workflow-node-id {

View File

@ -253,6 +253,7 @@ export default class PluginWorkflowServer extends Plugin {
'flow_nodes:update',
'flow_nodes:destroy',
'flow_nodes:test',
'jobs:get',
],
});