Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADITO_Update_Upgrade
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
ADITO_Update_Upgrade
Commits
c4e6df54
Commit
c4e6df54
authored
2 years ago
by
Thomas Bindhammer
Browse files
Options
Downloads
Plain Diff
Merge branch 'master_html' into 'master'
Master html See merge request
!14
parents
10444eda
3bcf9234
No related branches found
Branches containing commit
No related tags found
1 merge request
!14
Master html
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
process/upgrade_ImporterCustomMappingFunctions_lib/process.js
+2
-2
2 additions, 2 deletions
...ess/upgrade_ImporterCustomMappingFunctions_lib/process.js
system/Upgrade/Upgrade.aod
+2
-2
2 additions, 2 deletions
system/Upgrade/Upgrade.aod
with
4 additions
and
4 deletions
process/upgrade_ImporterCustomMappingFunctions_lib/process.js
+
2
−
2
View file @
c4e6df54
...
...
@@ -3643,7 +3643,7 @@ function migrateActivityInfoToHtml(pBulksize)
//The remaining data
for
(
i
=
count
;
i
<
count
+
rest
;
i
++
)
{
if
(
arr
[
i
][
0
].
substr
(
0
,
5
)
!=
"
<html>
"
)
if
(
arr
[
i
][
0
].
substr
(
0
,
6
)
!=
"
<html>
"
)
{
str
=
"
<html><body>
"
+
arr
[
i
][
0
].
replace
(
/
\r
/g
,
""
).
replace
(
/
\n
/g
,
"
<br>
"
).
replace
(
/
(
)
/g
,
"
"
)
...
...
@@ -3685,7 +3685,7 @@ function migrateTasks(){
if
(
valDescription
!=
null
)
{
valDescription
=
valDescription
.
toString
().
split
(
"
:
"
)[
1
]
.
replace
(
/
\\
N/g
,
"
"
).
replace
(
/
\\
R/g
,
"
"
);
valDescription
=
valDescription
.
toString
().
replace
(
"
DESCRIPTION:
"
,
''
)
.
replace
(
/
\\
N/g
,
"
\n
"
).
replace
(
/
\\
R/g
,
"
\r
"
);
vals
.
push
(
valDescription
);
cols
.
push
(
"
DESCRIPTION
"
);
}
...
...
This diff is collapsed.
Click to expand it.
system/Upgrade/Upgrade.aod
+
2
−
2
View file @
c4e6df54
...
...
@@ -2,8 +2,8 @@
<system
xmlns=
"http://www.adito.de/2018/ao/Model"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
VERSION=
"1.1.0"
xsi:schemaLocation=
"http://www.adito.de/2018/ao/Model adito://models/xsd/system/1.1.0"
>
<name>
Upgrade
</name>
<majorModelMode>
DISTRIBUTED
</majorModelMode>
<serverConfigPath>
C:\Users\t.bindhammer\Documents\AditoProjects\2k - project_UU\data\config\
adito-upgrade.dev.c2.adito.cloud_serverconfig_system.xml
</serverConfigPath>
<tunnelConfigPath>
C:\Users\t.bindhammer\Documents\AditoProjects\2k - project_UU\data\config\
adito-upgrade.dev.c2.adito.cloud_tunnelconfig.xml
</tunnelConfigPath>
<serverConfigPath>
$ADITODATA/upgrade/
adito-upgrade.dev.c2.adito.cloud_serverconfig_system.xml
</serverConfigPath>
<tunnelConfigPath>
$ADITODATA/upgrade/
adito-upgrade.dev.c2.adito.cloud_tunnelconfig.xml
</tunnelConfigPath>
<productiveSystem
v=
"false"
/>
<cloudSystemId>
dev-adito-upgrade-c2-adito-cloud#a4a82022-9e9b-431a-8bdc-d542bed34cea
</cloudSystemId>
<serverAddress>
adito-upgrade.dev.c2.adito.cloud
</serverAddress>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment