Update new plan
This commit is contained in:
parent
c88f2f814e
commit
c59b752ebf
@ -199,24 +199,24 @@ public function createPlan(Request $request){
|
||||
}),
|
||||
],
|
||||
"fuentes"=>"present",
|
||||
"fuentes.*.descripcion"=> "required",
|
||||
"fuentes.*.value"=> "required",
|
||||
"problemas_oportunidades"=>"present",
|
||||
"problemas_oportunidades.*.descripcion"=> "required",
|
||||
"problemas_oportunidades.*.value"=> "required",
|
||||
"causas_raices"=>"present",
|
||||
"causas_raices.*.descripcion"=> "required",
|
||||
"causas_raices.*.value"=> "required",
|
||||
"oportunidad_plan"=>"present|max:255",
|
||||
"acciones_mejoras"=>"present",
|
||||
"acciones_mejoras.*.descripcion"=> "required",
|
||||
"acciones_mejoras.*.value"=> "required",
|
||||
"semestre_ejecucion"=>"present|max:8", //aaaa-A/B/C/AB
|
||||
"duracion"=> "present|integer",
|
||||
"recursos"=>"present",
|
||||
"recursos.*.descripcion"=> "required",
|
||||
"recursos.*.value"=> "required",
|
||||
"metas"=>"present",
|
||||
"metas.*.descripcion"=> "required",
|
||||
"metas.*.value"=> "required",
|
||||
"responsables"=>"present",
|
||||
"responsables.*.nombre"=> "required",
|
||||
"responsables.*.value"=> "required",
|
||||
"observaciones"=>"present",
|
||||
"observaciones.*.descripcion"=> "required",
|
||||
"observaciones.*.value"=> "required",
|
||||
"estado"=> "present|max:30",
|
||||
"evaluacion_eficacia"=> "present|boolean",
|
||||
"avance"=> "present|integer"
|
||||
|
Loading…
Reference in New Issue
Block a user