Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
user_revision
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
user_revision
Merge requests
!2
Leverage EntityUpdate API
コード
変更をレビュー
ブランチをチェックアウト
ダウンロード
パッチ
テキスト差分
Closed
Leverage EntityUpdate API
issue/user_revision-3197068:entity-update-api
into
8.x-1.x
Overview
1
Commits
5
Pipelines
0
Changes
6
All threads resolved!
Hide all comments
Closed
John
requested to merge
issue/user_revision-3197068:entity-update-api
into
8.x-1.x
3 years ago
Overview
1
Commits
5
Pipelines
0
Changes
6
All threads resolved!
Hide all comments
Expand
wait for
this drupal core issue
to be solved
Changes to geek-merlin include:
Allow it to work with existing users
no unneccesary update hook
don't make changed revisionable (for now)
Correctly name user revision tables
in install hook, check that it's actually a BaseFieldDefinition when trying to call setRevisionable()
closes
#3197068
Edited
3 years ago
by
John
0
0
Merge request reports
Compare
8.x-1.x
version 4
d713cee2
3 years ago
version 3
e574d58e
3 years ago
version 2
43f65b79
3 years ago
version 1
ecf7934a
3 years ago
8.x-1.x (base)
and
latest version
latest version
cc9720af
5 commits,
3 years ago
version 4
d713cee2
4 commits,
3 years ago
version 3
e574d58e
3 commits,
3 years ago
version 2
43f65b79
2 commits,
3 years ago
version 1
ecf7934a
1 commit,
3 years ago
6 files
+
177
−
45
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
config/schema/user_revision.schema.yml
0 → 100644
+
16
−
0
Options
user_revision.settings
:
type
:
config_object
label
:
'
user_revision
Settings'
mapping
:
user_revision_always_enabled
:
type
:
boolean
label
:
'
user_revision_always_enabled'
user_revision_default_enabled
:
type
:
boolean
label
:
'
user_revision_default_enabled'
user_revision_default_open
:
type
:
boolean
label
:
'
user_revision_default_open'
user_revision_user_log_enabled
:
type
:
boolean
label
:
'
user_revision_user_log_enabled'
Loading