Rank: Advanced Member
Groups: Authorized User, Developers Joined: 2/17/2019(UTC) Posts: 909
Thanks: 3 times Was thanked: 15 time(s) in 15 post(s)
|
This is what you get when Trying to delete an item in Fixed Redirects. Fixed-Redirects-Error.jpg (733kb) downloaded 11 time(s).Any idea when the next patch might come out? Thanks
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
I am not able to reproduce the issue on deleting Fixed Redirect. This is on 9.0.3. On which version are you getting this issue?
If there are specific steps you can share to reproduce the issue, it will be helpful.
Thanks
|
|
|
|
Rank: Advanced Member
Groups: Authorized User, Developers Joined: 2/17/2019(UTC) Posts: 909
Thanks: 3 times Was thanked: 15 time(s) in 15 post(s)
|
Using the latest version, 9.03 with no custom programming whatsoever. This was a fresh copy from 9.01. I usually do not have any redirects, but there was one that I missed and when trying to delete it, this occurred.
I can create the problem 100% of the time.
|
|
|
|
Rank: Advanced Member
Groups: Authorized User, Developers Joined: 2/17/2019(UTC) Posts: 909
Thanks: 3 times Was thanked: 15 time(s) in 15 post(s)
|
Make sure that the checkbox is checked when you delete the item, if the checkbox is unchecked, all is well. Just verified it again.
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
OK so now this is clear that you use the row delete button while the checkbox in that row is checked. I am able to reproduce the issue in this case.
I will look for the issue but just let me make this clear that when using the row delete button, it is not necessary to select the row checkbox. The checkboxes are only used for the bulk delete process.
thanks
|
|
|
|
Rank: Advanced Member
Groups: Authorized User, Developers Joined: 2/17/2019(UTC) Posts: 909
Thanks: 3 times Was thanked: 15 time(s) in 15 post(s)
|
Yes I know, but this should not occur regardless if it's checked or not. Any idea when the new patch TO 9.04 might be released?
Thanks
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
To fix, 1- Open file \Website\Areas\Admin\Views\SEO\_FixedRedirectsList.cshtml 2- Search for line 78 or Code:<button data-row-id="@RowId" data-action="@Url.Action("DeleteFixedRedirect")" data-name="@redirect.RequestPage" data-id="@redirect.Id" class="btn-white btn btn-sm btn-delete">Delete</button>
3- Add type="button" or Replace the line with Code:<button type="button" data-row-id="@RowId" data-action="@Url.Action("DeleteFixedRedirect")" data-name="@redirect.RequestPage" data-id="@redirect.Id" class="btn-white btn btn-sm btn-delete">Delete</button>
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
The release date for the next patch has not been decided yet. You will be informed as soon as it is decided.
Thanks for your support!
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close