Changes between Initial Version and Version 1 of Ticket #7226, comment 21
- Timestamp:
- 08/26/2016 06:34:09 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7226, comment 21
initial v1 2 2 3 3 If you're using a deprecated `link_*` parameter, this will take precedence instead of `button_attr['class']`. So I'm guessing you have `link_class` set? 4 5 Looks like we should only use the deprecated parameter if the new parameter isn't set. Will repatch. 4 6 5 7 > We ought to get data-*="" rendering if possible.