We have the need to make our frx:foreach elements use numeric ids (1,2,3,4,5,..), instead of forena-1, forena-2, or myid-1, myid2, ...

CommentFileSizeAuthor
#1 numeric-foreach-ids-2157339-1.patch535 bytesjamesdixon
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jamesdixon’s picture

Status: Active » Needs review
FileSize
535 bytes

We were able to achieve this by adding the following to our skininfo file:

FrxReport[numericFrxForeachID] = true

then using the patch attached. I don't know if this use case is useful enough for others to include it, but I thought I'd throw it out there anyways.

metzlerd’s picture

Status: Needs review » Fixed

Seems like a good solution. Committed to 7.x-3.x and 7.x-4.x branches.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.