File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
app/views/org_admin/templates Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1414
1515 steps :
1616 # Checkout the repo
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818
1919 # Install Ruby and run bundler
2020 - uses : ruby/setup-ruby@v1
2323 bundler-cache : true
2424
2525 # Install Node
26- - uses : actions/setup-node@v2
26+ - uses : actions/setup-node@v3
2727 with :
28+ node-version : ' 16.6.0'
2829 cache : ' yarn'
2930
3031 # Copy all of the example configs over
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 # Checkout the repo
33- - uses : actions/checkout@v2
33+ - uses : actions/checkout@v3
3434
3535 # Install Ruby and run bundler
3636 - uses : ruby/setup-ruby@v1
3939 bundler-cache : true
4040
4141 # Install Node
42- - uses : actions/setup-node@v2
42+ - uses : actions/setup-node@v3
4343 with :
44+ node-version : ' 16.6.0'
4445 cache : ' yarn'
4546
4647 # Install the Postgres developer packages
Original file line number Diff line number Diff line change 99### Fixed
1010
1111- Fixed an issue that was preventing uses from leaving the research output byte_size field blank
12+ - Patched issue that was causing template visibility to default to organizationally visible after saving
1213- Froze mail gem version [ #3254 ] ( https://github.com/DMPRoadmap/roadmap/issues/3254 )
1314- Updated the CSV export so that it now includes research outputs
1415- Updated sans-serif font used in PDF downloads to Roboto since Google API no longer offers Helvetica
Original file line number Diff line number Diff line change 2626 <% end %>
2727 </ div >
2828 </ div >
29+ <% else %>
30+ <%
31+ visibility = f . object . visibility
32+ visibility = f . object . funder? ? 'publicly_visible' : 'organisationally_visible' if visibility . nil?
33+ %>
34+ <%= f . hidden_field :visibility , value : visibility %>
2935<% end %>
3036
3137< div class ="form-group col-xs-8 ">
You can’t perform that action at this time.
0 commit comments