mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-16 13:07:46 +02:00
refactor: rename all occurences of notes to statuses
This commit is contained in:
parent
ddeabf5665
commit
134a071add
71 changed files with 908 additions and 908 deletions
|
|
@ -36,7 +36,7 @@ class SchedulerController extends Controller
|
|||
// set activity status to delivered
|
||||
model('ActivityModel')
|
||||
->update($scheduledActivity->id, [
|
||||
'status' => 'delivered',
|
||||
'task_status' => 'delivered',
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue