1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Added activity text for each activity type

Ensures some sensible text is always in webhook text data.
Also aligned some notification reporting to use centralised activity
system instead of custom success events.

For #4216
This commit is contained in:
Dan Brown
2023-06-12 16:45:30 +01:00
parent af0b4fa851
commit f39938c4e3
12 changed files with 59 additions and 33 deletions

View File

@ -191,8 +191,6 @@ class ChapterController extends Controller
return redirect()->back();
}
$this->showSuccessNotification(trans('entities.chapter_move_success', ['bookName' => $newBook->name]));
return redirect($chapter->getUrl());
}