mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
user ServerAction instead of BaseAction
This commit is contained in:
parent
84db74bdbe
commit
ebb28b4b4c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import json
|
||||
|
||||
from pype.modules.ftrack.lib import BaseAction
|
||||
from pype.modules.ftrack.lib import ServerAction
|
||||
|
||||
|
||||
def clone_review_session(session, entity):
|
||||
|
|
@ -40,7 +40,7 @@ def clone_review_session(session, entity):
|
|||
session.commit()
|
||||
|
||||
|
||||
class CloneReviewSession(BaseAction):
|
||||
class CloneReviewSession(ServerAction):
|
||||
'''Generate Client Review action
|
||||
`label` a descriptive string identifing your action.
|
||||
`varaint` To group actions together, give them the same
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue