-
Notifications
You must be signed in to change notification settings - Fork 40
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
#3950 [Risk] add: move medias inside medias bloc #3957
base: develop
Are you sure you want to change the base?
#3950 [Risk] add: move medias inside medias bloc #3957
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pense à faire la même correction dans toute les occurrences des modales d'évaluation
(comme riskassessment_view_edit_modal)
C'est toujours important de vérifier les occurrences du code, comme des fois on fait du spécifique il peut y avoir des duplicatas ailleurs : ici j'ai regardé où était appelé DIGIRISKDOLIBARR_ADVANCED_RISKASSESSMENT_METHOD pour voir si il y avait d'autres fichiers
<div class="risk-evaluation-media-wrapper"> | ||
<div class="risk-evaluation-header"> | ||
<span class="section-title"><?php echo ' ' . $langs->trans('RiskAssessment'); ?></span> | ||
<?php if ($conf->global->DIGIRISKDOLIBARR_ADVANCED_RISKASSESSMENT_METHOD) : ?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quitte à modifier un peu le code, pense à remplacer le $conf->global->DIGIRISKDOLIBARR_ADVANCED_RISKASSESSMENT_METHOD
Par getDolGlobalInt('DIGIRISKDOLIBARR_ADVANCED_RISKASSESSMENT_METHOD') > 0
a940272
to
8c3e1b1
Compare
…sk-francois/Digirisk into add_evaluation_medias_bloc
@eoxia-amandine faire aussi le css pour l'ajout d'évaluation de risque (digiriskdolibarr_riskassessment_view.tpl.php) et l'édition d'évaluation de risque (digiriskdolibarr_riskassessment_view_edit_modal.tpl.php) |
No description provided.