Skip to content

Commit

Permalink
Merge pull request #2537 from tvdeyen/7.0-fix-page-publication-fields…
Browse files Browse the repository at this point in the history
…-on-pages-table

[7.0] Bugfix: Initialize PagePublicationFields on Pages Table
  • Loading branch information
tvdeyen authored Jul 31, 2023
2 parents eb1b59e + 23b04e6 commit 4cf78b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/alchemy/admin/pages/_table.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@
<%= render partial: "table_row", collection: @pages, as: "page" %>
</tbody>
</table>

<script type="text/javascript">
$(function() {
Alchemy.PagePublicationFields();
});
</script>

0 comments on commit 4cf78b9

Please sign in to comment.