cpee-worklist 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/cpee-worklist.gemspec +1 -1
- data/lib/cpee-worklist/implementation.rb +1 -1
- data/ui/js/structured.js +0 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5bf102e677abb150275c9f4b01ce89eb120053ba7d3dd49e5b8f76f5a97fdee8
|
4
|
+
data.tar.gz: cec0662273259461355d533c9d3a5a15976369adf30fd6817f40b7d01e2141fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 471180152239ec324890cfd1a8175c1400f2ec132c509070ea698a4f1ef0d4ffcadc0c692c1d223dc32652d6d82ccfce0a0c77807ef499ea21a98cf4fd37e215
|
7
|
+
data.tar.gz: 5cfdf1e5abac3546f527526ee21d42c796b4db1576c78f6922baf7e69da4188d0e47316c037745ccee9dd1c4446cdbafdf6df997a74449354ed093b3a8770924
|
data/cpee-worklist.gemspec
CHANGED
@@ -276,7 +276,7 @@ module CPEE
|
|
276
276
|
index = @a[0].activities.index{ |c| c["id"] == @r.last }
|
277
277
|
if index
|
278
278
|
activity = @a[0].activities[index]
|
279
|
-
activity['user'].push @r[-3]if CPEE::Worklist::User::ok?(@a[0].opts,activity,@r[-3]) && !activity['user'].include?(@r[-3])
|
279
|
+
activity['user'].push @r[-3] if CPEE::Worklist::User::ok?(@a[0].opts,activity,@r[-3]) && !activity['user'].include?(@r[-3])
|
280
280
|
info = CPEE::Worklist::User::info(@a[0].opts,activity,@r[-3])
|
281
281
|
@a[0].activities.serialize
|
282
282
|
@a[0].notify('user/take', :user => @r[-3], :callback_id => activity['id'], :cpee_callback => activity['url'], :cpee_instance => activity['cpee_instance'],:instance_uuid => activity['uuid'], :cpee_base => activity['cpee_base'], :cpee_label => activity['label'], :cpee_activity => activity['cpee_activity_id'], :orgmodel => activity['orgmodel'], :organisation => info)
|
data/ui/js/structured.js
CHANGED
@@ -369,7 +369,6 @@ function do_work(taskid,taskidurl) { //{{{
|
|
369
369
|
var form_data = $(this).serializeArray();
|
370
370
|
var send_data = {};
|
371
371
|
var headers = {};
|
372
|
-
console.log(res);
|
373
372
|
if (res.collect || res.always) { headers['CPEE-UPDATE'] = 'true'; }
|
374
373
|
send_data['user'] = $("input[name=user-name]").val();
|
375
374
|
send_data['raw'] = form_data;
|
metadata
CHANGED
@@ -1,16 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cpee-worklist
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juergen eTM Mangler
|
8
8
|
- Florian Stertz
|
9
9
|
- Patrik Koenig
|
10
|
-
autorequire:
|
11
10
|
bindir: tools
|
12
11
|
cert_chain: []
|
13
|
-
date: 2025-04-
|
12
|
+
date: 2025-04-17 00:00:00.000000000 Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: riddl
|
@@ -122,7 +121,6 @@ homepage: http://cpee.org/
|
|
122
121
|
licenses:
|
123
122
|
- LGPL-3.0-or-later
|
124
123
|
metadata: {}
|
125
|
-
post_install_message:
|
126
124
|
rdoc_options: []
|
127
125
|
require_paths:
|
128
126
|
- lib
|
@@ -137,8 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
135
|
- !ruby/object:Gem::Version
|
138
136
|
version: '0'
|
139
137
|
requirements: []
|
140
|
-
rubygems_version: 3.
|
141
|
-
signing_key:
|
138
|
+
rubygems_version: 3.6.2
|
142
139
|
specification_version: 4
|
143
140
|
summary: Worklist for the cloud process execution engine (cpee.org)
|
144
141
|
test_files: []
|