Skip to content

Commit

Permalink
MGR-146 test connection is now obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Müller authored and Matthias Müller committed Jan 19, 2023
1 parent 66da4f0 commit 27bb6ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
4 changes: 2 additions & 2 deletions application-home/conf/datasources/ds-connections.xml
Expand Up @@ -75,10 +75,10 @@
<condition expression="${not empty deleteLink}" />
<confirmation id="connection.delete.confirm" params="#{name}" />
</link>
<link mode="intern" target="${testLink}${current.item.id}${linkTab}">
<!--link mode="intern" target="${testLink}${current.item.id}${linkTab}">
<label>test</label>
<icon>start</icon>
</link>
</link-->
<link mode="intern" target="${resetLink}${current.item.id}">
<label>reset</label>
<icon>reload</icon>
Expand Down
4 changes: 2 additions & 2 deletions application-home/conf/pages/pg-platform.xml
Expand Up @@ -147,7 +147,7 @@

<!-- hidden inline actions -->
<section hidden="true">
<element>
<!--element>
<action eventId="databaseConnectionEvent" id="testConnection" onSuccess="/platform#tab_databaseConnections">
<params>
<param name="form_action">${act}</param>
Expand All @@ -157,7 +157,7 @@
<permission ref="platform.database.test" mode="set" />
</permissions>
</action>
</element>
</element-->
<element>
<action eventId="propertyEvent" id="delete-platform-property" onSuccess="/platform#tab_platformProperties">
<params>
Expand Down
4 changes: 2 additions & 2 deletions application-home/conf/pages/pg-sites.xml
Expand Up @@ -315,7 +315,7 @@
</permissions>
</action>
</element>
<element>
<!--element>
<action eventId="databaseConnectionEvent" id="testConnection"
onSuccess="/sites/update/${siteid}#tab_databaseConnections">
<params>
Expand All @@ -326,7 +326,7 @@
<permission ref="site.database.test" mode="set" />
</permissions>
</action>
</element>
</element-->
<element>
<action eventId="databaseConnectionEvent" id="resetConnection"
onSuccess="/sites/update/${siteid}#tab_databaseConnections">
Expand Down
Expand Up @@ -58,10 +58,6 @@
<label id="edit">Edit</label>
<icon>edit</icon>
</link>
<link id="actions[3]" target="${current.item.id}" mode="intern">
<label id="test">Test</label>
<icon>start</icon>
</link>
</linkpanel>
</config>
<data>
Expand Down Expand Up @@ -105,10 +101,6 @@
<label id="edit">Edit</label>
<icon>edit</icon>
</link>
<link id="actions[3]" target="1" mode="intern">
<label id="test">Test</label>
<icon>start</icon>
</link>
</linkpanel>
</result>
</resultset>
Expand Down

0 comments on commit 27bb6ea

Please sign in to comment.