Choose button remains disbaled for httpd/unix-directory#26061
Conversation
|
@sharidas, thanks for your PR! By analyzing the annotation information on this pull request, we identified @tanghus, @DeepDiver1975 and @butonic to be potential reviewers |
|
@sharidas next time please properly fill the PR template, there is a section about "Related issue" and "How did you test it". It's fine for now. |
|
Works for the regular use case when entering a folder, but doesn't when clicking a breadcrumb item. Steps:
Expected: button stays enabled @sharidas please have a look, thanks |
|
@PVince81 Sure. From next time onward I will fill the template properly. I got bit shocked by seeing the template in the beginning. Will take care. |
This is not correct. Hence in this patch we validate if the mimetype is 'httpd/unix-directory'. If so we don't disable it. This patch addresses solution for issue: 26034 Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com>
3e5d0cf to
b0342fa
Compare
|
@PVince81 I have updated my patch by validating against the test case shared by you. Kindly review them. Thanks, |
|
Tested, works 👍 |
|
@PVince81 I'll remove the backport-request - not that critical in my pov and it introduced a regression - not what we want to have |
|
Indeed, we didn't backport the original PR |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
This is not correct. Hence in this patch we validate
if the mimetype is 'httpd/unix-directory'. If so we
don't disable it.
This patch addresses solution for issue: 26034
Signed-off-by: Sujith Haridasan Sujith_Haridasan@mentor.com