Skip to content

Commit

Permalink
Fixed reconciliation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hipska committed Mar 28, 2022
1 parent 5407570 commit 6af178f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

## 1.4.1 - 2022-03-28
### Fixed
- Typo in reconciliation definitions

## 1.4.0 - 2021-07-16
### Added
- AGPL license file
Expand Down
8 changes: 4 additions & 4 deletions datamodel.sv-software-cluster-mgmt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
</attributes>
</naming>
<icon>images/cluster.png</icon>
<reconsiliation>
<reconciliation>
<attributes>
<attribute id="org_id"/>
<attribute id="name"/>
</attributes>
</reconsiliation>
</reconciliation>
</properties>
<fields>
<field id="softwareinstance_list" xsi:type="AttributeLinkedSetIndirect">
Expand Down Expand Up @@ -119,12 +119,12 @@
</attributes>
</naming>
<icon>images/cluster-db.png</icon>
<reconsiliation>
<reconciliation>
<attributes>
<attribute id="org_id"/>
<attribute id="name"/>
</attributes>
</reconsiliation>
</reconciliation>
</properties>
<fields>
<field id="dbschema_list" xsi:type="AttributeLinkedSet">
Expand Down
2 changes: 1 addition & 1 deletion module.sv-software-cluster-mgmt.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'sv-software-cluster-mgmt/1.4.0',
'sv-software-cluster-mgmt/1.4.1',
array(
// Identification
//
Expand Down

0 comments on commit 6af178f

Please sign in to comment.