We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resultado Esperado: Los Ids de las preguntas se re enumeran de acuerdo a la posición que tienen al haber sido descargados
Resultado Obtenido: Los ids se mantienen con el numero asignado cuando se agrego la pregunta.
Ejemplo: Expected JS: {rows:[{id:1,questions:[{id:1,rowOrder:1,name:'Q2',text:'TEXT_Q2'}]},{id:2,questions:[{id:2,rowOrder:2,name:'Q3',text:'TEXT_Q3'}]}]}
Actual JS:{rows:[{id:1,questions:[{id:2,rowOrder:1,name:'Q2',text:'TEXT_Q2'}]},{id:2,questions:[{id:3,rowOrder:2,name:'Q3',text:'TEXT_Q3'}]}]}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Resultado Esperado:
Los Ids de las preguntas se re enumeran de acuerdo a la posición que tienen al haber sido descargados
Resultado Obtenido:
Los ids se mantienen con el numero asignado cuando se agrego la pregunta.
Ejemplo:
Expected JS: {rows:[{id:1,questions:[{id:1,rowOrder:1,name:'Q2',text:'TEXT_Q2'}]},{id:2,questions:[{id:2,rowOrder:2,name:'Q3',text:'TEXT_Q3'}]}]}
Actual JS:{rows:[{id:1,questions:[{id:2,rowOrder:1,name:'Q2',text:'TEXT_Q2'}]},{id:2,questions:[{id:3,rowOrder:2,name:'Q3',text:'TEXT_Q3'}]}]}
The text was updated successfully, but these errors were encountered: