Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imixs-archive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
imixs
imixs-archive
Commits
d53919d1
Commit
d53919d1
authored
Nov 25, 2020
by
Ralph Soika
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
765257de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
imixs-archive-importer/src/main/java/org/imixs/archive/importer/DocumentImportService.java
...ava/org/imixs/archive/importer/DocumentImportService.java
+1
-1
imixs-archive-importer/src/main/webapp/pages/admin/document_import.xhtml
...mporter/src/main/webapp/pages/admin/document_import.xhtml
+2
-2
No files found.
imixs-archive-importer/src/main/java/org/imixs/archive/importer/DocumentImportService.java
View file @
d53919d1
...
...
@@ -56,7 +56,7 @@ public class DocumentImportService {
public
final
static
String
SOURCE_ITEM_TASK
=
"task"
;
public
final
static
String
SOURCE_ITEM_EVENT
=
"event"
;
public
final
static
String
SOURCE_ITEM_WORKFLOWGROUP
=
"workflowgroup"
;
public
final
static
String
SOURCE_ITEM_MODELVERSION
=
"
modelversion
"
;
public
final
static
String
SOURCE_ITEM_MODELVERSION
=
"
workflowmodel
"
;
public
final
static
String
SOURCE_ITEM_SELECTOR
=
"selector"
;
public
final
static
String
SOURCE_ITEM_OPTIONS
=
"options"
;
...
...
imixs-archive-importer/src/main/webapp/pages/admin/document_import.xhtml
View file @
d53919d1
...
...
@@ -46,7 +46,7 @@
<div
class=
"imixs-form"
>
<div
class=
"imixs-header"
>
<h1>
Do
kument Import
</h1>
<h1>
Do
cument Importer
</h1>
</div>
...
...
@@ -126,7 +126,7 @@
</td>
<td><h:outputText
value=
"#{source.item['
modelversion
']}"
/>
value=
"#{source.item['
workflowmodel
']}"
/>
</td>
<td><h:outputText
value=
"#{source.item['task']}"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment