1. Huubss
  2. RO CSVI
  3. Wednesday, 06 September 2023
  4.  Subscribe via email
Hello,

If you have disabled fields in the template and you give colors to the template fields the orders of the colors are wrong. Probably because it counts the disabled fields in the rendering.

FIELD1 = RED
FIELD2 = DISABLED
FIELD3 = GREEN
FIELD4 = YELLOW
FIELD5 = NO COLOR

Then the colors are shifted. So in the exported templates FIELD4 = Green and FIELD5 = Yellow.

Easily reproducable. Just disable one field and work with colors adn this is the result :D

EDIT:

Fixed it by adding


if($field->enabled == 0){
continue;
}


To the $fields as $field foreach loop in the csvimproved xlsx renderer.
Accepted Answer Pending Moderation
Hello,
Thank you for reporting this bug. I was able to reproduce it. This fix will be included in upcoming RO CSVI release.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!