Skip to content

Commit

Permalink
Merge pull request #150 from uzulla/fix/template-edit-is-not-worked-c…
Browse files Browse the repository at this point in the history
…orrectly

バグ修正 テンプレート編集が新規追加になっていた
  • Loading branch information
fc2dev authored Oct 5, 2020
2 parents 4535139 + dcf082a commit e1d6288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/twig_templates/admin/blog_templates/edit.twig
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
// submit処理を行う
$('#sys-blog-template-form-submit').click(function () {
var action = '{{ url(req, 'BlogTemplates', 'create') }}';
var action = '{{ url(req, 'BlogTemplates', 'edit') }}';
$('#sys-blog-template-form').prop('action', action);
$('#sys-blog-template-form').prop('target', '_self');
});
Expand Down

0 comments on commit e1d6288

Please sign in to comment.