Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #15106 from niteskum/AssociateGraphicAfterGUIDGene…
Browse files Browse the repository at this point in the history
…rated

Graphics File Associate workflow should get triggered after UUID is generated
  • Loading branch information
niteskum authored and Nitesh Kumar committed Mar 27, 2020
1 parent 6ed7385 commit f71f00a
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -72,6 +72,13 @@ define(function (require, exports, module) {
return;
}

var userUuid = PreferencesManager.getViewState("UUID"),
olderUuid = PreferencesManager.getViewState("OlderUUID");

if(!(userUuid || olderUuid)) {
return;
}

_nodeDomain.exec("checkFileTypesInFolder", {
extensions: _graphicsFileTypes.join(),
folder: ProjectManager.getProjectRoot().fullPath,
Expand Down

0 comments on commit f71f00a

Please sign in to comment.