-
Notifications
You must be signed in to change notification settings - Fork 9.4k
fixed File type custom option value not showing properly on wish list page #24319 #24320
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
Conversation
Hi @rani-webkul. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
@magento give me 2.3-develop instance |
Hi @VladimirZaets. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @VladimirZaets, here is your Magento instance. |
Hi @VladimirZaets, thank you for the review.
|
Hi @rani-webkul During testing we faced the issue. Problem: "404 not found" error message occurs in details information when we click on file link Steps to reproduce:
@rani-webkul Could you take a look, please? Thanks! |
@engcom-Alfa I have made required changes. Please do have a look. |
@rani-webkul unfortunately, only members of the maintainers team are allowed to remove progress related labels to the pull request |
@VladimirZaets I have made required changes, Please review. |
@VladimirZaets Please review |
1 similar comment
@VladimirZaets Please review |
['value' => $info['quote_path'], 'type' => 'filename'], | ||
DirectoryList::ROOT, | ||
['value' => $this->_rootDir->getRelativePath($info['quote_path']), 'type' => 'filename'], | ||
$this->rootDirBasePath, |
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 @rani-webkul,
Wouldn't it be enough to change only DirectoryList::ROOT
to DirectoryList::MEDIA
?
Looks like that was the main issue why it returned no route page and we don't need to change value
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.
done..
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.
Still it works after this change? :)
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.
yes.. it's working.. I have verified it.
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.
thanks.. 👍
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.
See my comment above
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,
Could you revert all not related changes, for instance adding
protected $rootDirBasePath;
, additional constructor arguments? We don't really need them anymore.
Just to keep only changes
$option['value'] = $this->escapeHtml($option['value'], ["a"]);
and
DirectoryList::MEDIA,
Also would be great to squash all your changes into single commit, only if you know how to do that.
… page magento#24319 fixed wishlist custom option download issue made required changes removed rootDirBasePath from constructor argument removed unnecessary arguments
@ihor-sviziev Done in a single commit. |
Hi @ihor-sviziev, thank you for the review. |
@ihor-sviziev could you please also review #24390 ? |
Sure, will check it
…On Wed, Sep 11, 2019 at 11:39 Rani Priya ***@***.***> wrote:
@ihor-sviziev <https://github.com/ihor-sviziev> could you please also
review #24390 <#24390> ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24320?email_source=notifications&email_token=AAOJOUL3RJ4JCTV3TCAJCOLQJCVCLA5CNFSM4IQE5FVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6NXETA#issuecomment-530281036>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOJOUPJ43PFFPNSQBHYVQDQJCVCLANCNFSM4IQE5FVA>
.
|
✔️ QA Passed |
Hi @rani-webkul, thank you for your contribution! |
fixed File type custom option value not showing properly on wish list page #24319
Description (*)
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)