workarea 3.4.39 → 3.4.40
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +39 -0
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b08db93240b686ce618f7085a8fd9964c1f0fce18c581360f2071b1c9a5a64c8
|
4
|
+
data.tar.gz: 8e7460613beec5cba3e2e7131c80e562a4c072a33087e58c9928b56fa4e66a71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3f2f7511fe32a18f668e8f775451a3b90b96b2327fe7b571d588939884d5b552b28532b449ef9d6ce03ed886aa0dc1129acb95380ece9e6ccec08ae10769531
|
7
|
+
data.tar.gz: ebd7e7fe34e367c343fc5c4da55a0d7535b2a5caac12aa7d09bdf555dfb6ba05c86c4ec78df590e15f422ee817eb388ea4f987ef3fc5149327892124583447f3
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,42 @@
|
|
1
|
+
Workarea 3.4.40 (2020-09-16)
|
2
|
+
--------------------------------------------------------------------------------
|
3
|
+
|
4
|
+
* Fix Editing Product Images in Admin
|
5
|
+
|
6
|
+
When an image does not include an option, the edit page errors because
|
7
|
+
`#parameterize` cannot be called on `@image.option` since that is
|
8
|
+
returning `nil`. Additionally, the line of code in which this is called
|
9
|
+
is meant to set an ID attribute on the element for which an image is
|
10
|
+
rendered. There doesn't seem to be anything in our codebase that uses
|
11
|
+
this, and furthermore since there's no validation for unique options per
|
12
|
+
set of product images, this could cause a duplicate ID error in certain
|
13
|
+
scenarios. To resolve this, the ID attribute has been removed from this
|
14
|
+
`<img>` tag.
|
15
|
+
|
16
|
+
WORKAREA-254
|
17
|
+
|
18
|
+
Tom Scott
|
19
|
+
|
20
|
+
* Improve display of disabled toggles
|
21
|
+
|
22
|
+
When a toggle button is disabled, it should reflect that visually
|
23
|
+
instead of just looking like it should be functional.
|
24
|
+
|
25
|
+
Ben Crouse
|
26
|
+
|
27
|
+
* Remove CSV Messaging For Options Fields
|
28
|
+
|
29
|
+
This removes the "Comma separated: just, like, this" messaging and
|
30
|
+
tooltip that explains more about comma-separated fields for filters and
|
31
|
+
details. Options do not have these same constraints, and this help
|
32
|
+
bubble just serves as a point of confusion for admins.
|
33
|
+
|
34
|
+
WORKAREA-266
|
35
|
+
|
36
|
+
Tom Scott
|
37
|
+
|
38
|
+
|
39
|
+
|
1
40
|
Workarea 3.4.39 (2020-09-01)
|
2
41
|
--------------------------------------------------------------------------------
|
3
42
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: workarea
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.
|
4
|
+
version: 3.4.40
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Crouse
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-09-
|
11
|
+
date: 2020-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: workarea-core
|
@@ -16,56 +16,56 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.4.
|
19
|
+
version: 3.4.40
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.4.
|
26
|
+
version: 3.4.40
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: workarea-storefront
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.4.
|
33
|
+
version: 3.4.40
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.4.
|
40
|
+
version: 3.4.40
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: workarea-admin
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 3.4.
|
47
|
+
version: 3.4.40
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 3.4.
|
54
|
+
version: 3.4.40
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: workarea-testing
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 3.4.
|
61
|
+
version: 3.4.40
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 3.4.
|
68
|
+
version: 3.4.40
|
69
69
|
description: Workarea is an enterprise-grade Ruby on Rails commerce platform.
|
70
70
|
email:
|
71
71
|
- bcrouse@workarea.com
|