Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pro
bpwiki
Commits
4cffcf41
Commit
4cffcf41
authored
Sep 19, 2015
by
Krzysztof Kutt
Browse files
JS fixes (2013-11-20)
parent
7d7a3a42
Changes
3
Hide whitespace changes
Inline
Side-by-side
simplebpmn/converter.php
View file @
4cffcf41
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
lang=
"en"
dir=
"ltr"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
...
...
simplebpmn/js/converter.js
View file @
4cffcf41
...
...
@@ -150,7 +150,7 @@ var Converter = {
}
else
if
(
$n
.
is
(
'
:node(userTask)
'
)
)
{
obj
.
type
=
"
user
"
;
}
else
if
(
$n
.
is
(
'
:node(businessRuleTask)
'
)
)
{
obj
.
type
=
"
businessRule
"
obj
.
type
=
"
businessRule
"
;
}
else
if
(
$n
.
is
(
'
:node(serviceTask)
'
)
)
{
obj
.
type
=
"
service
"
;
}
else
if
(
$n
.
is
(
'
:node(receiveTask)
'
)
)
{
...
...
simplebpmn/plugin.info.txt
View file @
4cffcf41
base simplebpmn
author GEIST Research Group
email geist@agh.edu.pl
date 2013-
08-08
date 2013-
11-20
name simplebpmn plugin
desc Simple plugin that allows rendering of the diagrams specified in SimpleBPMN notation
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