hello there,
I'm trying to get the "edit attributes" link in a view that i've created with the uc_views module (the order_management actually one)
Is there an easy way to do this?
thx

Comments

m.stenta’s picture

Status: Active » Closed (works as designed)

Unfortunately, this would be tricky, due to the way the module works right now.

It makes a lot of assumptions about what page you're on when you're editing attributes (/admin/store/orders/[order-id]/edit), and uses JavaScript to update that page in the background when you save the attributes. So that would have to be separated out.

Not impossible, but not something I have the time to look into at the moment. :-/

Marking this closed (works as designed) for now, but if you (or anyone else) wants to take a stab at separating the code and writing the Views field handler integration, I'll gladly review and commit patches!

fotispan’s picture

Hello m.stenta and thanks a lot for taking the time to reply.
Unfortunately i'm not familiar with the Views field handlers
thanks again
f