Fixed import/export issues with subflows and parent workflows
This commit is contained in:
@@ -6532,15 +6532,15 @@ const AngularWorkflow = (defaultprops) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div style={{textDecoration: "none", color: "white",}} onClick={(event) => {
|
<div style={{textDecoration: "none", color: "white",}} onClick={(event) => {
|
||||||
if (!isCloud) {
|
//if (!isCloud) {
|
||||||
alert.info("Since this is an on-prem instance. You will need to activate the app yourself. Opening link to download it in a new window.")
|
// alert.info("Since this is an on-prem instance. You will need to activate the app yourself. Opening link to download it in a new window.")
|
||||||
setTimeout(() => {
|
// setTimeout(() => {
|
||||||
event.preventDefault()
|
// event.preventDefault()
|
||||||
window.open(parsedUrl, '_blank')
|
// window.open(parsedUrl, '_blank')
|
||||||
}, 2000)
|
// }, 2000)
|
||||||
} else {
|
//} else {
|
||||||
alert.info(`Activating ${name}`)
|
alert.info(`Activating ${name}`)
|
||||||
}
|
//}
|
||||||
|
|
||||||
console.log("CLICK: ", hit)
|
console.log("CLICK: ", hit)
|
||||||
|
|
||||||
@@ -6679,7 +6679,7 @@ const AngularWorkflow = (defaultprops) => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Typography variant="body1" color="textSecondary">
|
<Typography variant="body1" color="textSecondary">
|
||||||
Couldn't find an Activated app with that name. Searching unactivated apps. Click one to Activate it for your organization.
|
Couldn't find the app you're looking for? Searching unactivated apps. Click one of the below apps to Activate it for your organization.
|
||||||
</Typography>
|
</Typography>
|
||||||
<InstantSearch searchClient={searchClient} indexName="appsearch" onClick={() => {
|
<InstantSearch searchClient={searchClient} indexName="appsearch" onClick={() => {
|
||||||
console.log("CLICKED")
|
console.log("CLICKED")
|
||||||
@@ -14837,6 +14837,7 @@ const AngularWorkflow = (defaultprops) => {
|
|||||||
<CloseIcon />
|
<CloseIcon />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
<ConfigureWorkflow
|
<ConfigureWorkflow
|
||||||
|
userdata={userdata}
|
||||||
alert={alert}
|
alert={alert}
|
||||||
theme={theme}
|
theme={theme}
|
||||||
setAuthenticationType={setAuthenticationType}
|
setAuthenticationType={setAuthenticationType}
|
||||||
|
|||||||
Reference in New Issue
Block a user