Skip to content
New issue

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

Internal: Fix gradebook import error during session creation - refs BT#21541 #5403

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

christianbeeznest
Copy link
Contributor

No description provided.

@christianbeeznest christianbeeznest merged commit caa3341 into chamilo:master Apr 20, 2024
1 of 7 checks passed
@@ -3176,7 +3176,7 @@ public function getDataAndFormattedValues($itemId, $filter = false, $onlyShow =
}
break;
case self::FIELD_TYPE_SELECT_MULTIPLE:
$displayedValue = $valueData['value'];
$displayedValue = $valueData['field_value'];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hola @christianbeeznest
Porque cambias este valor ?
Estas revertiendo un cambio que hice el viernes para que se muestre bien el extra field.
No veo una razon relacionado con tu commit aqui.
Me indicas para ver si puedo regresar el cambio que habia hecho en el commit b6b52db

Copy link
Contributor Author

@christianbeeznest christianbeeznest Apr 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hola @NicoDucou , me ocurría un error revisando los issues relacionado con gradebook y sesiones me parece, el value era undefined y como los demás están con field_value también lo puse eso , aver reviertalo a tu cambio porfa y si logro reproducir el error después te lo digo para que lo verifiques .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants