Skip to content

Commit

Permalink
Merge pull request #4 from tdilauro/proxy_prefix
Browse files Browse the repository at this point in the history
replace deprecated :frontend_prefix with :frontend_proxy_prefix
  • Loading branch information
jambun authored Mar 20, 2019
2 parents 00db70c + 9db5bb8 commit a7a339a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/views/layout_head.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ end
%>

<% if AppConfig.has_key?(:user_defined_in_basic) %>
<%= javascript_include_tag "#{AppConfig[:frontend_prefix]}assets/user_defined_in_basic.js" %>
<%= javascript_include_tag "#{AppConfig[:frontend_proxy_prefix]}assets/user_defined_in_basic.js" %>

<script>
var fields = <%= ASUtils.to_json(map_user_defined_to_labels(AppConfig[:user_defined_in_basic].fetch(controller.controller_name, []))).html_safe %>;
Expand Down

2 comments on commit a7a339a

@fordmadox
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jambun should we switch to the master branch for this repo, or will there be a new release with the this commit? or is it fine to continue using the 0.5 release?

@jambun
Copy link
Member Author

@jambun jambun commented on a7a339a Jun 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @fordmadox - I've posted a new release from master to pick this up:
https://github.com/hudmol/user_defined_in_basic/releases/tag/0.6

Please sign in to comment.