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

Hide Materialfilter PeriodOnly in ContentNode #4361 #4366

Merged
merged 7 commits into from Jan 3, 2024

Conversation

MarcoAllenspach
Copy link
Contributor

Hey Manuel

I hope thats not ok....Thank you for your help :)

fix #3862

@manuelmeister manuelmeister added the deploy! Creates a feature branch deployment for this PR label Jan 1, 2024
Copy link

github-actions bot commented Jan 1, 2024

Feature branch deployment currently inactive.

If the PR is still open, you can add the deploy! label to this PR to trigger a feature branch deployment.

@manuelmeister
Copy link
Member

@MarcoAllenspach Thanks for the PR. If you implement the changes, then this PR looks good to me and just requires another review by another eCamp core member.

Co-authored-by: Manuel Meister <news.manuelsworld@gmail.com>
Copy link
Member

@manuelmeister manuelmeister left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool thanks

Copy link
Member

@pmattmann pmattmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise top

@@ -252,6 +258,9 @@ export default {

// period Entity for displaying material items within a period (should be null if materialNode is provided)
period: { type: Object, required: false, default: null },

// Disable the filter button activity / period
disablePeriodFilter: { type: Boolean, required: false, default: false },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This component now has an attribute disablePeriodFilter and a computed periodFilterEnabled. It took me over 5 minutes to understand why.

Counter suggestion: hidePeriodFilter says better what it does.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have right the naming is not really happy
I changed it to hidePeriodFilter

@manuelmeister manuelmeister added this pull request to the merge queue Jan 3, 2024
Merged via the queue into ecamp:devel with commit 4d8ee95 Jan 3, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy! Creates a feature branch deployment for this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hide Materialfilter PeriodOnly in ContentNode
3 participants