mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 01:03:18 +08:00
Fix the loading order of the actions toolbar [SCI-9981] (#7019)
This commit is contained in:
parent
5bc542e834
commit
2f997cdd78
4 changed files with 4 additions and 4 deletions
|
@ -224,7 +224,7 @@
|
|||
},
|
||||
createdRow: addAttributesToRow,
|
||||
initComplete: function(settings) {
|
||||
initActionToolbar();
|
||||
window.initActionToolbar();
|
||||
actionToolbarComponent.setBottomOffset(68);
|
||||
|
||||
const { nTableWrapper: dataTableWrapper } = settings;
|
||||
|
|
|
@ -55,6 +55,6 @@
|
|||
|
||||
<%= render partial: "index_toolbar" %>
|
||||
<%= render partial: "delete_modal" %>
|
||||
<%= javascript_include_tag 'label_templates/label_templates_datatable' %>
|
||||
<%= javascript_include_tag 'vue_components_action_toolbar' %>
|
||||
<%= javascript_include_tag 'label_templates/label_templates_datatable' %>
|
||||
<% end %>
|
||||
|
|
|
@ -68,8 +68,8 @@
|
|||
|
||||
<%= render partial: 'reports/modals/regenerate' %>
|
||||
|
||||
<%= javascript_include_tag "vue_components_action_toolbar" %>
|
||||
<%= javascript_include_tag 'reports/save_pdf_to_inventory' %>
|
||||
<%= javascript_include_tag 'reports/reports_datatable' %>
|
||||
<%= javascript_include_tag 'pdf_js' %>
|
||||
<%= stylesheet_link_tag 'pdf_js_styles' %>
|
||||
<%= javascript_include_tag "vue_components_action_toolbar" %>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
<action-toolbar actions-url="<%= actions_toolbar_team_repositories_url(current_team) %>" />
|
||||
</div>
|
||||
|
||||
<%= javascript_include_tag "vue_components_action_toolbar" %>
|
||||
<%= javascript_include_tag "repositories/index" %>
|
||||
<%= javascript_include_tag "repositories/share_modal" %>
|
||||
<%= stylesheet_link_tag 'datatables' %>
|
||||
<%= javascript_include_tag "vue_components_action_toolbar" %>
|
||||
|
|
Loading…
Reference in a new issue