Commit 7f717cb
committed
Before this fix, when removing a page in the navigation of site meeds, or mycraft or in space template, the page is recreated at startup
To prevent this, we change the default configuration for importMode to use "conserve", so that removed page is not recreated.
Resolves #3803
1 parent f24f7e6 commit 7f717cb
File tree
2 files changed
+4
-4
lines changed- webapps
- plf-meeds-extension/src/main/webapp/WEB-INF/conf/meeds
- plf-sites-extension/src/main/webapp/WEB-INF/conf/sites
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
0 commit comments