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 Mar 27, 2020
2 parents f37493f + d99dbdd commit ca877bb
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
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;

This comment has been minimized.

Copy link
@Redsaphhire

Redsaphhire Jan 25, 2021

return 0;

}

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

4 comments on commit ca877bb

@holuwamueewer
Copy link

@holuwamueewer holuwamueewer commented on ca877bb Apr 4, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CB4077
Copy link

@CB4077 CB4077 commented on ca877bb Aug 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fhkb RDsGZ WI stykU nyz OQjlV TvyCV iE lju wItn yIQbMWF XUd BATb uDjWVp iwe QLQswjYcCB aaR YPxpq VAv avp DQFlzMe ebD aqVE iO V aZZSbD

@JDOG30
Copy link

@JDOG30 JDOG30 commented on ca877bb Dec 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello

sup

@Shigetorum635
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is going on?

Please sign in to comment.