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

IBX-6838: [Smart mode] As the User I want to enter Columns settings in Subitems and add/remove columns #984

Merged
merged 11 commits into from
Nov 21, 2023

Conversation

kisztof
Copy link
Contributor

@kisztof kisztof commented Nov 14, 2023

Question Answer
Tickets https://issues.ibexa.co/browse/IBX-6838
Bug fix? no
New feature? yes
BC breaks? no
Tests pass? yes
Doc needed? yes
License GPL-2.0

This PR moves subitems to separate tab

Checklist:

  • Coding standards ($ composer fix-cs)
  • Ready for Code Review

@kisztof kisztof changed the base branch from main to IBX-6839-authors-tab November 14, 2023 13:50
] %}

{% include '@ibexadesign/ui/component/details/details.html.twig' with {
headline: 'tab.subitems.sub_items'|trans()|desc('Sub Items'),
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
headline: 'tab.subitems.sub_items'|trans()|desc('Sub Items'),
headline: 'tab.subitems.sub_items'|trans|desc('Sub Items'),

src/lib/Tab/LocationView/SubItemsTab.php Outdated Show resolved Hide resolved
src/lib/Tab/LocationView/SubItemsTab.php Outdated Show resolved Hide resolved
src/lib/Tab/LocationView/SubItemsTab.php Outdated Show resolved Hide resolved
@mikadamczyk mikadamczyk requested a review from a team November 14, 2023 14:14
@konradoboza konradoboza requested review from mikadamczyk and a team November 20, 2023 13:06
@kisztof kisztof force-pushed the IBX-6839-authors-tab branch from 7f429df to 6832b6c Compare November 20, 2023 14:49
Base automatically changed from IBX-6839-authors-tab to main November 20, 2023 15:46
@webhdx
Copy link
Contributor

webhdx commented Nov 20, 2023

I made a mistake and merged PRs in wrong order, had to rebase your PR on current main. Conflicts were quite easy to resolve and I think everything is fine after the rebase. @GrabowskiM what about leftover code smells reported by Sonar Cloud? There is a leftover todo + another case where I think you can apply Sonar's recommendation.

Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
7.7% 7.7% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@webhdx webhdx merged commit 342168b into main Nov 21, 2023
22 of 23 checks passed
@webhdx webhdx deleted the ibx-6838-subitems branch November 21, 2023 11:55
@webhdx
Copy link
Contributor

webhdx commented Nov 21, 2023

@todo will be fixed as a follow up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.