Blame view

doc/uml/activities/routine_manager/see_request_act.txt 135 Bytes
164eebbd   haribo   UML and comments
1
2
3
4
5
6
7
8
9
@startuml

title See request

(*) --> "Fetch request in DB"
	--> "Display creation forms with all fields in readonly"
	--> (*)

@enduml