-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save widgets reload #140
base: development
Are you sure you want to change the base?
Save widgets reload #140
Conversation
- use express middleware with when: afterRequired property (after all middleware shipped with apostrophe-express but before all middleware passed to it as options) - move logic to lib folder
- use apos.utils.load - use expressMiddleware - fix html syntax bug in title tag of deny button
ecbcc47
to
7c03913
Compare
…on map and filepond
@stijnvandervegt mooi werk, ik heb alleen zowel de options als widget data uit de attributes gehaald by default. Werd mega groot, dus denk dat we die nog even handmatig toe moeten gaan voegen. |
@ToshKoevoets Ah daar had ik inderdaad nog niet naar gekeken. Maar goed om die standaard uit te zetten. Ik zal alle widgets nalopen en alleen de 'player' data toevoegen die we nodig hebben |
- remove unused code - add googlemapsApiKey to map config settings - add resourceImages to playerData and use this to show images when editing a resource
@ToshKoevoets De playerData heb ik gecheckt en die wordt niet zoveel gebruikt. Daarnaast heb ik de play method ook voor de arguments en arguments-form widgets toegepast. De PR is nu compleet. |
…tats Hotfix/018 add choices guide stats
This is very useful and should me merged if ever anyone finds the time to resolve the conflicts. |
Fixed reload widgets after save:
I've also fixed the timing for the openstad-oauth middleware, so the user will be loaded after a widget save.