Skip to content

Commit 6e0d454

Browse files
committed
Re-add RSS-Feed block page
1 parent 60321e0 commit 6e0d454

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ backend-create-site: ## Create a Plone site with default content
9494
backend-update-example-content: ## Export example content inside package
9595
$(MAKE) -C "./backend/" update-example-content
9696

97+
.PHONY: backend-update-example-content-bug-workaround
98+
backend-update-example-content-bug-workaround: ## Export example content inside package
99+
# portlets.json always changes without any actual content amendments
100+
git checkout origin/main backend/src/kitconcept/intranet/distributions/intranet/content/portlets.json
101+
# RSS block example content is deleted without any actual deletion
102+
git checkout origin/main backend/src/kitconcept/intranet/distributions/intranet/content/content/7c7cf1aae1a9431db3a706615a410cdc/data.json
103+
git checkout origin/main backend/src/kitconcept/intranet/distributions/intranet/content/content/195d96ca9952493cbffa69cda040b8b3/data.json
104+
97105
.PHONY: backend-delete-and-create-site
98106
backend-delete-and-create-site: ## Remove all content and create site
99107
$(MAKE) -C "./backend/" remove-data

backend/src/kitconcept/intranet/distributions/intranet/content/content/__metadata__.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"405582582e70493c96a6c549444a1eaa/data.json",
6464
"6f42321fa6cf4f57969c78a21f92dd79/data.json",
6565
"77de6a96dadf457e8091cc4fee063273/data.json",
66+
"7c7cf1aae1a9431db3a706615a410cdc/data.json",
6667
"99c70917b6894af08dd306fdbc0eff6a/data.json",
6768
"28cc586c504d436aa26fd2aa12f16f84/data.json",
6869
"3ac4a2c6c4034a1686bc0ee2d2072fd6/data.json",
@@ -227,6 +228,7 @@
227228
"71c29583e6a945ac9aee241cea881fe9": {},
228229
"75f2d0b5a1f04f7a922c47be34f9f532": {},
229230
"77de6a96dadf457e8091cc4fee063273": {},
231+
"7c7cf1aae1a9431db3a706615a410cdc": {},
230232
"7950cae06c994276930f6d13151308c5": {},
231233
"7a3655ae11434336aeb0d2dd921de43b": {},
232234
"7a3b5687ac534254a28381e7fa763ed5": {},
@@ -780,6 +782,13 @@
780782
]
781783
}
782784
},
785+
"7c7cf1aae1a9431db3a706615a410cdc": {
786+
"local_roles": {
787+
"admin": [
788+
"Owner"
789+
]
790+
}
791+
},
783792
"7950cae06c994276930f6d13151308c5": {
784793
"local_roles": {
785794
"admin": [
@@ -1338,6 +1347,7 @@
13381347
"71c29583e6a945ac9aee241cea881fe9": 10,
13391348
"75f2d0b5a1f04f7a922c47be34f9f532": 7,
13401349
"77de6a96dadf457e8091cc4fee063273": 20,
1350+
"7c7cf1aae1a9431db3a706615a410cdc": 21,
13411351
"7950cae06c994276930f6d13151308c5": 9,
13421352
"7a3655ae11434336aeb0d2dd921de43b": 7,
13431353
"7a3b5687ac534254a28381e7fa763ed5": 1,

0 commit comments

Comments
 (0)