Bienvenido, Invitado
Nombre de Usuario: Contraseña: Recordarme
  • Página:
  • 1

TEMA: Bug Correction : Tokens, Attribute Fields

Bug Correction : Tokens, Attribute Fields hace 3 meses 3 semanas #92948

  • lsga
  • Avatar de lsga
  • DESCONECTADO
  • Fresh Lemon
  • Mensajes: 4
  • Karma: 0
Hi, just to say I corrected a bug in LS => Token => Attribute fields.

Before, when you created various attribute fields, they didn't appeared in the token form (just the last one), wich was provoking a bug when one of the none shown attributes was mandatory.

I don't know where to submit bugs correction, so I do it here.

application/controllers/admin/tokens.php
tokens::_handletokenform
$aData['attrfieldnames']=array();
/*LS HACK !!*/
$lsAttrFields = array();
$aAdditionalAttributeFields = Survey::model()->findByPk($iSurveyId)->tokenAttributes;
foreach ($aAdditionalAttributeFields as $sField=>$aData)
{
	if (in_array($sField,$aTokenFieldNames))
	{
		$lsAttrFields[$sField]=$aData;
	}
}
$aData['attrfieldnames']=$lsAttrFields;

Now, all attributes are shown in token form. ;)
Última Edición: hace 3 meses 3 semanas por lsga.
El administrador ha desactivado la escritura pública.

Bug Correction : Tokens, Attribute Fields hace 3 meses 3 semanas #92968

  • DenisChenu
  • Avatar de DenisChenu
  • CONECTADO
  • Moderator Lime
  • Mensajes: 4520
  • Gracias recibidas 472
  • Karma: 168
Hello,
lsga escribió:
Hi, just to say I corrected a bug in LS => Token => Attribute fields.

Before, when you created various attribute fields, they didn't appeared in the token form (just the last one), wich was provoking a bug when one of the none shown attributes was mandatory.
Don't understand, just try with last GIT version and it work.
I:
- Create 8 attribute, click "Add fields"
- Click add ne token entry : and have all atribute.

I don't know where to submit bugs correction, so I do it here.
www.limesurvey.org/en/community-services/bug-tracker :)

And for patch :
github.com/LimeSurvey/LimeSurvey

Denis
El administrador ha desactivado la escritura pública.
  • Página:
  • 1
Moderadores: DenisChenu, ITEd
Tiempo de carga de la página: 0.236 segundos
Donation Image