Fixed Issue when unapproving resource from xfrm_resource_view

BassMan

Well-known member
Affected version
XFRM 2.0
If I want to unapprove resource from xfrm_resource_view, it unapproves the wrong one on xfrm_overview.


Example:

I'll unapprove resource "test3" in xfrm_resource_view:

test1.webp

test2.webp

test3.webp


After that the bottom resource ("test") on xfrm_overview looks as unapproved and not "test3".

test4.webp



If I unapprove resource in xfrm_overview page, it works normal:

test5.webp

1511961531036.webp
 
This is fixed for 2.0.1, thanks. This would always work on the resource with ID 1 since there was no value passed to the checkbox.
 
Top Bottom