diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-20 19:24:13 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-20 19:24:13 +0100 |
| commit | 50d5c3c2f10725af8ebb6db47c209f7000abc8f4 (patch) | |
| tree | 3324d485ef7684189c50cfeb6e05ee0c7397601f /frontend/app/views/page/page.container.js | |
| parent | d9ee2c97882ea5ace9c28ac6560ffa240daf9345 (diff) | |
remove foreignkey constraint on target_page_id. toggle popups. show list of popups, if a tile link is open/close popup
Diffstat (limited to 'frontend/app/views/page/page.container.js')
| -rw-r--r-- | frontend/app/views/page/page.container.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/app/views/page/page.container.js b/frontend/app/views/page/page.container.js index decdf79..0ad9806 100644 --- a/frontend/app/views/page/page.container.js +++ b/frontend/app/views/page/page.container.js @@ -44,6 +44,7 @@ class PageContainer extends Component { this.props.pageActions.showGraphAndPageIfUnloaded(this.props.match.params) .then(data => { actions.site.setSiteTitle(data.res.title) + this.props.pageActions.loadPopups(data.res, {}) if (!data.res.tiles.length) { this.props.pageActions.showAddTileForm() } else { |
