Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 002a19d

Browse files
committed
fix where options are read and merged
1 parent 63cd9fe commit 002a19d

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

dashboard.tar.gz

12 Bytes
Binary file not shown.

digexp-wcm-design/wcmHelper.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,16 @@ init = function(host, port, contentPath, user, password, secure, wcmDir) {
129129
deferred.reject(libTitle + ' is not available check for correct server');
130130
else{
131131
Q.longStackSupport = true;
132+
var totalCount = 0;
133+
var libSettings = utils.getSettings(wcmCwd + libTitle + Path.sep);
134+
options = utils.getMergerdOptions(options || {}, libSettings);
132135
createFolder(wcmCwd + libTitle);
133136
createFolder(wcmCwd + libTitle + Path.sep + 'Presentation Templates');
134137
createFolder(wcmCwd + libTitle + Path.sep + 'Components');
135138
// only do content template components if the user turns on trial code
136139
if(options.trial && options.trial == true)
137140
createFolder(wcmCwd + libTitle + Path.sep + cAuthoringTemplates);
138141
progGoal++;
139-
var totalCount = 0;
140-
var libSettings = utils.getSettings(wcmCwd + libTitle + Path.sep);
141-
options = utils.getMergerdOptions(options || {}, libSettings);
142142
eventEmitter.emit("pullingLib", libTitle);
143143
wcmRequests.getFolderMap(libTitle).then(function(map) {
144144
var sVals = map.values().sort(compare);

release/digexp-toolkit.zip

-6 Bytes
Binary file not shown.

wcm-design.tar.gz

10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)