Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
commerce
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
commerce
Merge requests
!243
Issue
#2656896
: Make product and product variation revisionable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#2656896
: Make product and product variation revisionable
issue/commerce-2656896:2656896-add-revision-support
into
3.x
Overview
0
Commits
16
Pipelines
22
Changes
30
Open
Dmytrii Kaiun
requested to merge
issue/commerce-2656896:2656896-add-revision-support
into
3.x
1 year ago
Overview
0
Commits
16
Pipelines
22
Changes
30
Expand
Closes
#2656896
0
0
Merge request reports
Compare
3.x
version 21
775d6901
1 month ago
version 20
75e0e4fc
1 month ago
version 19
817bfc31
1 month ago
version 18
6daeceed
1 month ago
version 17
8d911458
1 month ago
version 16
08e136c4
3 months ago
version 15
76a0f36b
3 months ago
version 14
18080626
3 months ago
version 13
4f1a5b3e
3 months ago
version 12
43e04485
9 months ago
version 11
e7634e70
9 months ago
version 10
2e2f85e3
11 months ago
version 9
34fbbd14
11 months ago
version 8
64521429
11 months ago
version 7
64521429
11 months ago
version 6
64521429
1 year ago
version 5
48db3933
1 year ago
version 4
f5727020
1 year ago
version 3
2e955881
1 year ago
version 2
85c73f7c
1 year ago
version 1
8d91e9f1
1 year ago
3.x (HEAD)
and
latest version
latest version
775d6901
16 commits,
4 weeks ago
version 21
775d6901
16 commits,
1 month ago
version 20
75e0e4fc
15 commits,
1 month ago
version 19
817bfc31
14 commits,
1 month ago
version 18
6daeceed
13 commits,
1 month ago
version 17
8d911458
13 commits,
1 month ago
version 16
08e136c4
12 commits,
3 months ago
version 15
76a0f36b
11 commits,
3 months ago
version 14
18080626
10 commits,
3 months ago
version 13
4f1a5b3e
8 commits,
3 months ago
version 12
43e04485
7 commits,
9 months ago
version 11
e7634e70
7 commits,
9 months ago
version 10
2e2f85e3
7 commits,
11 months ago
version 9
34fbbd14
6 commits,
11 months ago
version 8
64521429
6 commits,
11 months ago
version 7
64521429
372 commits,
11 months ago
version 6
64521429
6 commits,
1 year ago
version 5
48db3933
5 commits,
1 year ago
version 4
f5727020
2 commits,
1 year ago
version 3
2e955881
1 commit,
1 year ago
version 2
85c73f7c
1 commit,
1 year ago
version 1
8d91e9f1
1 commit,
1 year ago
30 files
+
2289
−
88
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
Search (e.g. *.vue) (Ctrl+P)
modules/product/config/schema/commerce_product.schema.yml
+
3
−
0
Options
@@ -70,6 +70,9 @@ commerce_product.commerce_product_type.*:
sequence
:
type
:
string
label
:
'
Variation
type'
new_revision
:
type
:
boolean
label
:
'
Whether
a
new
revision
should
be
created
by
default'
multipleVariations
:
type
:
boolean
label
:
'
Allow
each
product
to
have
multiple
variations'
Loading