View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006993 | OXID eShop (all versions) | 2.4. Administer products | public | 2019-06-12 12:21 | 2019-11-12 08:58 |
Reporter | pbenke | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 6.1.1 | ||||
Fixed in Version | 6.2.0-rc.1 | ||||
Summary | 0006993: Wrong format in external url on article input | ||||
Description | For example: Stored value in database in oxarticles.OXEXTURL: https://www.google.com The form will show http://https://www.google.com Reason: source/Application/views/admin/tpl/article_extend.tpl => line 133 input ... name="editval[oxarticles__oxexturl]" value="http://[{$edit->oxarticles__oxexturl->value}]"... (Look at value) | ||||
Steps To Reproduce | Input an article with an external url (tab "Erweitert") | ||||
Tags | Admin Template, Article | ||||
Theme | Not defined | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
Thanks for your report. I agree that the form is showing a wrong URL since it always adds "http://" to the beginning, but unlike your description I don't run in any issue with that behavior present. I did the following: 1) Chose an article. Extern URL form field shows "http://". Database field shows "". 2) Filled in the url https://www.myexternurl.de 3) Saved. Extern URL form field shows: "http://https://www.myexternurl.de/". Database field shows "https://www.myexternurl.de/". 4) Saved again. Extern URL form field still shows: "http://https://www.myexternurl.de/". Database field still shows "https://www.myexternurl.de/". Therefore the form doesn't look good, but the behavior have not led into a problem with the saved value. The URL is stored correctly in the database even after resaving. As a result I have acknowledge your issue as a bug because the form shows a wrong value. But since the mechanism isn't affected, I've edited the issue description and set the priority to low. [sp] |
|
Thanky you, sorry, I reported not everything. The error occurs in Frontend! Please have a look inside the wrong template: source/Application/views/flow/tpl/page/details/inc/tabs.tpl Line 12 Thank you. |
|
Please specify your concern. The link in the shop frontend works fine in my testing environment. [sp] |
|
Sorry, my fault. Has been already fixed in the last Flow theme version. Thank you. |