@@ -603,7 +603,7 @@ class Presence extends Component
$presence->status = 99;
$presence->save();
}
- return redirect()->to('/presences?calendarId=' . $this->calendar->id);
+ // return redirect()->to('/presences?calendarId=' . $this->calendar->id);
public function addMember($ids)
@@ -706,6 +706,7 @@
});
var motivation_id = $("#motivation_id").val();
@this.cancel(ids, motivation_id);
+ hideShowDelete();
function createMember()