-
Add documents to leuchte, standort, mauerlasche, etc.. via serveractions.
-
``` js
import alt from '../flux/alt';
import MyActions from '../actions/MyActions';
class MyStore {
constructor() {
this.bindActions(MyActions); // works fine
}
mySpecificAction() {
My…
-
execution of ProtokollAktion as ServerAction
currently this is done client side (ProtokollWizards)
-
@fraserxu can you write down the architecture of the new app:
- Responsibilities for each module/component
- Interactions and dependencies between modules (you can draw them as graph)
- Technologies u…
JuhaS updated
10 years ago
-
This should be possible. As it is they compete for the same buffer and display the same thing. Post warns: ScopeOut2: Requested scope buffer unavailable! (index: 0, channels: 1, size: 512).
This does…
-
UserAwareServerAction allows ServerActions to access the user that is currently executing it