Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datahub: Some minor improvements #1017

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion conf/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ background_color = "#fdfbff"

# The advanced search filters available to the user can be customized with this setting.
# The following fields can be used for filtering: 'organization', 'format', 'publicationYear', 'standard', 'inspireKeyword', 'keyword', 'topic', 'isSpatial', 'license', 'resourceType', 'representationType', 'producerOrg', 'publisherOrg'
# any other field will be ignored
# If not configured, the default values are 'organization', 'format', 'publicationYear', 'topic', 'isSpatial', 'license'
# Note that some links in the datahub app set an 'organization' filter. So this field is needed to allow unsetting such filters.
# advanced_filters = ['organization', 'format', 'publicationYear', 'topic', 'isSpatial', 'license']

# One or several search presets can be defined here; every search preset is composed of:
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/search-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ These fields are used in the following context:

This field targets the owner organization of a record. The exact meaning of a record's organization is defined by the "organization strategy" used; see [this documentation page](./organizations.md) for more details.

_Note: The `organization` search field is set by some routing links within the datahub app. It is thus needed to unset such filters._

### Publisher

> Field id: `publisherOrg`
Expand Down
2 changes: 1 addition & 1 deletion libs/ui/layout/src/lib/max-lines/max-lines.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ng-content></ng-content>
<div
*ngIf="showToggleButton && !isExpanded"
class="absolute inset-x-0 bottom-0 bg-gradient-to-b from-transparent to-white h-3"
class="absolute inset-x-0 bottom-0 bg-gradient-to-b from-transparent to-white h-10"
></div>
</div>
<div
Expand Down
Loading