Conflict with plugin redmine_issue_evm #1363
This commit is contained in:
parent
935d192197
commit
43a198e119
@ -85,7 +85,8 @@
|
|||||||
<%= text_field_tag 'settings[office_bin]', @settings['office_bin'], size: 10 %>
|
<%= text_field_tag 'settings[office_bin]', @settings['office_bin'], size: 10 %>
|
||||||
<% unless RedmineDmsf::Preview.office_available? %>
|
<% unless RedmineDmsf::Preview.office_available? %>
|
||||||
<span class="icon icon-warning">
|
<span class="icon icon-warning">
|
||||||
<small><%= l(:note_dmsf_office_bin_not_available, @settings['office_bin']) %></small>
|
<% @settings['office_bin'] = nil %>
|
||||||
|
<small><%= l(:note_dmsf_office_bin_not_available, @settings['office_bin'] ||= 'libreoffice') %></small>
|
||||||
</span>
|
</span>
|
||||||
<% end %>
|
<% end %>
|
||||||
<em class="info">
|
<em class="info">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user