Location
Jump to navigation
Jump to search
seqdiag {
AddLocation; LocationForm; AdminActions; AdminStore; AdminMixin;
AddLocation -> AdminStore [label = "retrieves locations"]; AddLocation -> AddLocation [label = "retrieves working or existing location"]; AddLocation -> LocationForm [label = "working props"]; LocationForm --> AdminActions [label = "submitLocation"]; AdminActions --> AdminStore [label = "submittedLocation"]; AdminMixin -> AddLocation [label = "updated"];
}