-
Notifications
You must be signed in to change notification settings - Fork 9.4k
27550 - Fix UX issue on Admin > Content > Pages/Blocks grid #27623
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
base: 2.4-develop
Are you sure you want to change the base?
27550 - Fix UX issue on Admin > Content > Pages/Blocks grid #27623
Conversation
Hi @Usik2203. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
@magento give me test instance |
Hi @Usik2203. Thank you for your request. I'm working on Magento instance for you |
Hi @Usik2203, here is your new Magento instance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Usik2203. Thank you for your collaboration. That approach might be tricky. If I understand correctly, you just removed the inline edit possibility. In that way we are changing the existing system behavior.
I'm not sure we should simply remove this possibility (even if it's useless, I agree) from the product owners approval perspective. Maybe we should consider something like proposed in the following PR?
@ihor-sviziev what do you think?
I would like just to drop it, but I agree that this change should be
approved by product owner
…On Sun, 5 Apr 2020 at 16:04, Yaroslav Rogoza ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Hi @Usik2203 <https://github.com/Usik2203>. Thank you for your
collaboration. That approach might be tricky. If I understand correctly,
you just removed the inline edit possibility. In that way we are changing
the existing system behavior.
I'm not sure we should simply remove this possibility (even if it's
useless, I agree) from the product owners approval perspective. Maybe we
should consider something like proposed in the following PR?
#27614 <#27614>
@ihor-sviziev <https://github.com/ihor-sviziev> what do you think?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27623 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOJOUKZCYIAI76G2IAFYZTRLB6XTANCNFSM4MAQPO7Q>
.
|
Hi @Usik2203. Could I kindly ask you to extend the PR description slightly, please? So what is the main reason for your decision to remove this functionality but not to adjust it somehow. It's necessary for the final decision on how to proceed with the solution. Thank you! |
Hi @rogyar |
Awesome, thank you. Now we need approval from product owners. |
app/code/Magento/Cms/Test/Mftf/Test/AdminGoToCmsEditPageAfterClickPageOnGridTest.xml
Outdated
Show resolved
Hide resolved
1e0b04b
to
ecaa592
Compare
Hi @rogyar, thank you for the review.
|
# Conflicts: # app/code/Magento/Cms/Test/Mftf/Section/AdminBlockGridSection.xml
@magento run all tests |
@magento run Functional Tests CE , Functional Tests EE , Functional Tests B2B |
@magento run Functional Tests CE, Functional Tests B2B |
HI @gabrieldagama |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Usik2203,
Apparently, the tests introduced here are conflicting with other tests, maybe some tests missed to clear their filters and are causing this to failed. Can we make sure the filters are clear before performing the action? Please follow screenshots below.
Also, we do need the approval of PO on this functional change, once that is fixed we need to move this to the Pending Approval
column.
Thanks.
@gabrieldagama |
@Usik2203 the tests are failing on internal builds, please add the following to your tests:
|
@magento run all tests |
@gabrieldagama Thank you for advice. |
Description (*)
I want to share reasons why I have removed quick edit functionality on grid page
Title
,Url
, andLayout
are permanent and need not quick editing on the grid page.Customer often edit
Content
,Search Engine Optimization
,Custom Design Update
sections.We have to go to edit page any way
But I have to do two clicks
Select > Edit
to go to edit section of Cms Page/Block.Sometimes even four clicks
Click to need page/block -> cancel -> Select > Edit
if I forgot about quick editing.If I will edit Cms content very often It isn't user friendly interface for me and customers whole.
Yes we can apply this solution #27614 , yes it's good. But we can't get rid of two clicks to go to edit page.
I think removing quick editing functionality on the grid will save time people who works with Magento.
And they will spend this time for others things.
This PR adds such ability only One click on the grid and we are on the Edit page.
Also this PR fixed this issue #27550 It's one more confirmation than we need to avoid redundant clicks to go to Edit Cms Page/Blocks
Actual result Block grid
Actual result Page grid
Related Pull Requests
Fixed Issues (if relevant)