Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

added-creator-id #616

Merged
merged 1 commit into from
Oct 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions client/src/config/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
var temp = {
// serverURI: 'http://localhost:3030',
// socketURI: 'http://localhost:4033',
serverURI: 'http://localhost:3030',
socketURI: 'http://localhost:4033',
// serverURI: 'http://172.16.230.130:3030',
// socketURI: 'http://172.16.230.130:4033',
serverURI: 'https://api.' + process.env.domainKey + '/eng',
socketURI: 'wss://ws.' + process.env.domainKey + ':4033',
// serverURI: 'https://api.' + process.env.domainKey + '/eng',
// socketURI: 'wss://ws.' + process.env.domainKey + ':4033',
workerRegisterURL: 'http://localhost:4001',
approvalRoleURI: 'https://api.' + process.env.domainKey + '/authldap/',
fixedLayout: false,
Expand Down
1 change: 1 addition & 0 deletions service/src/services/dflowzdata/dflowzdata.hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ function beforeCreate (hook) {
hook.data._previous = null
hook.data._uuid = uuidv4()
hook.data._next = null
hook.data._creatorid = (hook.params.userPackageDetails ? hook.params.userPackageDetails._id : '')
}
if (res.processList[hook.data._state].type === 'exclusivegateway') {
// console.log('???????????????????????????????????????????????????')
Expand Down