fix(config): bump serial for dsettings keys after global flags removal#445
Conversation
Increment the serial of the 22 keys whose "flags": ["global"] entries were removed in 981a6e8 so dsettings recognizes the configuration change (use-dsettings, version, system-sources, delivery limit keys, etc.). Bug: https://pms.uniontech.com/bug-view-368375.html
|
CLA Assistant Lite bot: |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates the dsettings configuration so that keys whose global flags were removed in an earlier change are recognized as modified by bumping their serial values in the org.deepin.dde.lastore JSON config. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: qiuzhiqian, zhaohuiw42 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
deepin pr auto review★ 总体评分:100分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 --- a/usr/share/dsg/configs/org.deepin.dde.lastore/org.deepin.dde.lastore.json
+++ b/usr/share/dsg/configs/org.deepin.dde.lastore/org.deepin.dde.lastore.json
@@ -4,7 +4,7 @@
"contents": {
"use-dsettings": {
"value": false,
- "serial": 0,
+ "serial": 1,
"name": "UseDSettings",
"description": "",
"permissions": "readwrite", |
Increment the serial of the 22 keys whose "flags": ["global"] entries were removed in 981a6e8 so dsettings recognizes the configuration change (use-dsettings, version, system-sources, delivery limit keys, etc.).
Bug: https://pms.uniontech.com/bug-view-368375.html
Summary by Sourcery
Bug Fixes: