logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
ray22901031  
#1 Posted : Tuesday, December 22, 2020 7:41:46 PM(UTC)
ray22901031

Rank: Advanced Member

Groups: Authorized User, Developers
Joined: 2/17/2019(UTC)
Posts: 826

Thanks: 3 times
Was thanked: 13 time(s) in 13 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

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

shaharyartiwana25816656  
#2 Posted : Wednesday, December 23, 2020 2:03:23 AM(UTC)
shaharyar

Rank: Advanced Member

Groups: Admin, Developers, Registered, HelpDesk, Authorized User
Joined: 10/5/2018(UTC)
Posts: 703

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
ray22901031  
#3 Posted : Wednesday, December 23, 2020 2:07:14 AM(UTC)
ray22901031

Rank: Advanced Member

Groups: Authorized User, Developers
Joined: 2/17/2019(UTC)
Posts: 826

Thanks: 3 times
Was thanked: 13 time(s) in 13 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.
ray22901031  
#4 Posted : Wednesday, December 23, 2020 2:15:01 AM(UTC)
ray22901031

Rank: Advanced Member

Groups: Authorized User, Developers
Joined: 2/17/2019(UTC)
Posts: 826

Thanks: 3 times
Was thanked: 13 time(s) in 13 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.
shaharyartiwana25816656  
#5 Posted : Wednesday, December 23, 2020 2:19:19 AM(UTC)
shaharyar

Rank: Advanced Member

Groups: Admin, Developers, Registered, HelpDesk, Authorized User
Joined: 10/5/2018(UTC)
Posts: 703

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
ray22901031  
#6 Posted : Wednesday, December 23, 2020 2:21:46 AM(UTC)
ray22901031

Rank: Advanced Member

Groups: Authorized User, Developers
Joined: 2/17/2019(UTC)
Posts: 826

Thanks: 3 times
Was thanked: 13 time(s) in 13 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
shaharyartiwana25816656  
#7 Posted : Wednesday, December 23, 2020 2:22:37 AM(UTC)
shaharyar

Rank: Advanced Member

Groups: Admin, Developers, Registered, HelpDesk, Authorized User
Joined: 10/5/2018(UTC)
Posts: 703

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>


shaharyartiwana25816656  
#8 Posted : Wednesday, December 23, 2020 2:54:26 AM(UTC)
shaharyar

Rank: Advanced Member

Groups: Admin, Developers, Registered, HelpDesk, Authorized User
Joined: 10/5/2018(UTC)
Posts: 703

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!
Users browsing this topic
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.