Skip to content

Commit

Permalink
Merge pull request #29 from eea/develop
Browse files Browse the repository at this point in the history
Feature: Expose rights field as metadata - refs #159551
  • Loading branch information
avoinea authored Mar 5, 2024
2 parents ef2af8a + ae91635 commit 1c22e1a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

3.5 - (2024-03-05)
---------------------------
* Feature: Expose rights field as metadata
[dobri1408 - refs #159551]

3.4 - (2023-10-16)
---------------------------
* Fix: Fix data_provenance indexer
Expand Down
1 change: 1 addition & 0 deletions eea/coremetadata/profiles/default/catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
<column value="taxonomy_eeatopicstaxonomy" />
<column value="temporal_coverage" />
<column value="data_provenance" />
<column value="rights" />

</object>
2 changes: 1 addition & 1 deletion eea/coremetadata/profiles/default/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<version>3.1</version>
<version>3.5</version>
<dependencies>
<dependency>profile-collective.taxonomy:default</dependency>
</dependencies>
Expand Down
11 changes: 11 additions & 0 deletions eea/coremetadata/upgrades/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,15 @@
/>
</genericsetup:upgradeSteps>

<genericsetup:upgradeSteps
source="3.1"
destination="3.5"
profile="eea.coremetadata:default"
>
<genericsetup:upgradeDepends
title="Register rights as metadata in portal_catalog"
import_steps="catalog"
/>
</genericsetup:upgradeSteps>

</configure>
2 changes: 1 addition & 1 deletion eea/coremetadata/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4
3.5

0 comments on commit 1c22e1a

Please sign in to comment.