YiiBooster icon indicating copy to clipboard operation
YiiBooster copied to clipboard

TbExtendedGridView with delete button inside the TbRelationalColumn

Open tepaleguiojo opened this issue 10 years ago • 1 comments

I have a TbExtendedGridview inside the TbRelationalColumn. If I'm deleteting a record on the first TbRelationalColumn grid, everything was ok. But if I open another relational column grid, the delete confirmation pops-up 2 times. And after opening many relation column grid, the delete confirmation shows on how many relational grid is open.

How can I make that even if I open many relational column grid, only one delete confirmation will appear.

Thanks.

tepaleguiojo avatar Sep 04 '14 14:09 tepaleguiojo

I did a quick fix on this. I added a date('YmdHis') on the 'id' parameter of the TbExtendedGridview under TbRelationalColumn but another error shows. #943

tepaleguiojo avatar Sep 05 '14 12:09 tepaleguiojo