Right now it appears we're adding separate edit and delete link fields to the administration view for Coupons. Elsewhere throughout Commerce we use a single field handler for all operations links on an entity, allowing it to expand to include any additional operations links that get added over time or by other modules. I'd recommend we do the same thing here.

Comments

pcambra’s picture

It's great you're reviewing the new version Ryan :) I think that 1.x version included this so it should be fairly simple to get back.

rszrama’s picture

Ok, great. Dan mentioned the Views integration likely came from Entity API or something, so I guess we just need to add a handler back in there. : )