Skip to content

Commit

Permalink
Merge branch 'main' into feature/clearify-quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk authored Oct 15, 2024
2 parents c3e3597 + 3bca629 commit 5907a44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
args: [--autofix, --no-ensure-ascii, '--top-keys=openapi,info,servers,paths,components']
files: docs/openapi.json
- repo: https://github.com/zricethezav/gitleaks
rev: v8.20.1
rev: v8.21.0
hooks:
- id: gitleaks
- repo: https://github.com/grigoriev/pre-commit-check-git-user
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ch.sbb.polarion.extensions</groupId>
<artifactId>ch.sbb.polarion.extension.generic</artifactId>
<version>7.4.0</version>
<version>7.4.1</version>
</parent>

<artifactId>ch.sbb.polarion.extension.pdf-exporter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<jsp:param name="defaultFunction" value="revertToDefault()"/>
</jsp:include>

<div class="standard-admin-page" id="templates-pane" style="display: none">
<div class="standard-admin-page hide-on-edit-configuration" id="templates-pane" style="display: none">
<h2 class="align-left">Predefined Templates</h2>
<div>
<p>In addition to a default template, there are more predefined ones which you can persist. Please select one from the dropdown below and click 'Persist' button.</p>
Expand Down

0 comments on commit 5907a44

Please sign in to comment.