Frontend availability
Merge request reports
Activity
added 1 commit
- b7aea7d1 - Add tests
By Ruben Keulemans on 2018-06-08T12:05:52 (imported from GitLab project)
Maybe add extra text on this page explaining the availability input. Take an example form the course preference page.
By Geert Habben Jansen on 2018-06-08T12:14:06 (imported from GitLab project)
Edited by Otto VisserWhat is the purpose of these lines? You retrieve a function from the store without putting it in a local variable or executing it.
Besides, the data should not be loaded in given you just stored it, so your local copy should be the most recent version.
If you insist on fetching the data from the server, call
this.$store.dispatch
. If you want the data from the Vuex store, use$store.data.getters
By Geert Habben Jansen on 2018-06-08T12:24:53 (imported from GitLab project)
$event can be omitted here, Vue passes it automatically.
Example: https://vuejs.org/v2/guide/events.html#Method-Event-Handlers
By Geert Habben Jansen on 2018-06-08T12:29:36 (imported from GitLab project)
Edited by Otto VisserAny reason the top margin is different from the bottom margin?
By Geert Habben Jansen on 2018-06-08T12:35:05 (imported from GitLab project)
Edited by Otto Visser