Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions app/Http/Controllers/App/PostController.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,6 @@ public function update(UpdatePostRequest $request, Post $post): RedirectResponse
}

if ($action === PostAction::Publishing) {
session()->flash('flash.banner', __('posts.flash.publishing'));
session()->flash('flash.bannerStyle', 'success');

return redirect()->route('app.posts.show', $post);
}

Expand Down
1 change: 0 additions & 1 deletion lang/en/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@

'flash' => [
'scheduled' => 'Post scheduled successfully!',
'publishing' => 'Post is being published! It may take a few minutes to process and appear on each platform.',
'deleted' => 'Post deleted successfully!',
'duplicated' => 'Post duplicated as a draft.',
'cannot_edit_published' => 'Published posts cannot be edited.',
Expand Down
1 change: 0 additions & 1 deletion lang/es/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@

'flash' => [
'scheduled' => '¡Post programado correctamente!',
'publishing' => '¡El post se está publicando! Puede tardar unos minutos en procesarse y aparecer en cada plataforma.',
'deleted' => '¡Post eliminado correctamente!',
'duplicated' => 'Post duplicado como borrador.',
'cannot_edit_published' => 'Los posts publicados no se pueden editar.',
Expand Down
2 changes: 1 addition & 1 deletion lang/php_en.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/php_es.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/php_pt-BR.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion lang/pt-BR/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@

'flash' => [
'scheduled' => 'Post agendado com sucesso!',
'publishing' => 'Post está sendo publicado! Pode levar alguns minutos para processar e aparecer em cada plataforma.',
'deleted' => 'Post excluído com sucesso!',
'duplicated' => 'Post duplicado como rascunho.',
'cannot_edit_published' => 'Posts publicados não podem ser editados.',
Expand Down
Loading