renamed "Ftrack" to "ftrack"

This commit is contained in:
iLLiCiTiT 2020-12-14 18:38:30 +01:00
parent d77d357177
commit 63d903e52a
4 changed files with 4 additions and 4 deletions

View file

@ -385,7 +385,7 @@ class TrayModulesManager(ModulesManager):
# Define order of modules in menu
modules_menu_order = (
"user",
"Ftrack",
"ftrack",
"muster",
"avalon",
"Clockify",

View file

@ -21,7 +21,7 @@ class IFtrackEventHandlerPaths:
class FtrackModule(
PypeModule, ITrayModule, IPluginPaths, ITimersManager, IUserModule
):
name = "Ftrack"
name = "ftrack"
def initialize(self, settings):
ftrack_settings = settings[self.name]

View file

@ -9,7 +9,7 @@
},
"AVALON_DB_DATA": "{PYPE_SETUP_PATH}/../mongo_db_data"
},
"Ftrack": {
"ftrack": {
"enabled": true,
"ftrack_server": "https://pype.ftrackapp.com",
"ftrack_actions_path": [],

View file

@ -1,6 +1,6 @@
{
"type": "dict",
"key": "Ftrack",
"key": "ftrack",
"label": "Ftrack",
"collapsable": true,
"checkbox_key": "enabled",