Skip to content

Commit 664bfa5

Browse files
authored
Merge pull request #270 from terrestris/add-entity-history-config
Add entity history config
2 parents d7cef15 + 6e50a15 commit 664bfa5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ your-custom-shogun-workspace-directory/
100100
- dockerfile: Dockerfile.dev
101101
- volumes:
102102
- - ${SHOGUN_ADMIN_DIR}:/app
103-
+ image: docker-public.terrestris.de/terrestris/shogun-admin:13.0.1
103+
+ image: docker-public.terrestris.de/terrestris/shogun-admin:17.2.0
104104
```
105105

106106
```diff
@@ -109,7 +109,7 @@ your-custom-shogun-workspace-directory/
109109
- dockerfile: Dockerfile.dev
110110
- volumes:
111111
- - ${SHOGUN_CLIENT_DIR}:/app
112-
+ image: docker-public.terrestris.de/terrestris/shogun-gis-client:7.3.1
112+
+ image: docker-public.terrestris.de/terrestris/shogun-gis-client:10.1.1
113113
```
114114

115115
1. Remove the `shogun-gs-interceptor` service from the `docker-compose.yml`.

shogun-admin/config/admin-client-config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ var shogunApplicationConfig = {
3232
'Role',
3333
'TextualContent'
3434
],
35+
entityHistory: {
36+
enabled: true
37+
},
3538
dashboard: {
3639
news: {
3740
visible: true

0 commit comments

Comments
 (0)