Jump to content

Mike Overbeck

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Mike Overbeck

  1. Reading this example action:

    https://www.ftrack.com/en/2015/04/write-first-ftrack-action.html

    There are many example actions in the Ftrack documentation with varying structures, but this is the only one that I've seen that sets the action identifier with an uuid, making the identifier unique to each action instance, which is helpful in avoiding crosstalk between users using the same Ftrack-connect plugins.

    Another example like this uses an internal register function inside the class to filter the action by user.

    https://help.ftrack.com/en/articles/1040465-actions?_ga=2.50864737.958893569.1596582072-1449533465.1596225075

    Which of these methods would be considered best practice to safely configure a client-side action?

  2. Has there been an update to this? I am running into the same problem with the JavascriptAPI. I'm trying to build a dropdown with all available Asset Build types for the current projectSchema in my UI. I've scoured the projectSchema entity and can't find the necessary data.

    -Mike O

  3. I've tried running npm install on this react example. I get an error with the reference to the ftrack-web-widget.git. Is there a way to get this working, or can we get an updated widget example with updated references? snippet of npm logs below:

    1658 error Error while executing:
    1658 error /usr/bin/git ls-remote -h -t ssh://git@bitbucket.org/ftrack/ftrack-web-widget.git
    1658 error
    1658 error git@bitbucket.org: Permission denied (publickey).
    1658 error fatal: Could not read from remote repository.
    1658 error
    1658 error Please make sure you have the correct access rights
    1658 error and the repository exists.
    1658 error
    1658 error exited with error code: 128
    1659 verbose exit [ 1, true ]

×
×
  • Create New...