Skip to content

Commit

Permalink
Merge pull request #200 from Evarisk/7.6.4
Browse files Browse the repository at this point in the history
fix: double display of comments on listing risk
  • Loading branch information
evarisk-theo authored Feb 17, 2021
2 parents 8a77204 + ae77f75 commit 16d0039
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion digirisk.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Digirisk",
"slug": "digirisk",
"version": "7.6.3",
"version": "7.6.4",
"description": "L'application Digirisk",
"insert_scripts_pages_js": [
"digirisk-welcome",
Expand Down
1 change: 0 additions & 1 deletion modules/risk/view/page/item-edit.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<div class="table-cell table-50"><?php echo esc_attr( $risk->data['unique_identifier'] ); ?> - <?php echo esc_attr( $risk->data['evaluation']->data['unique_identifier'] ); ?></div>
<div class="table-cell table-50"><?php do_shortcode( '[digi_dropdown_categories_risk id="' . $risk->data['id'] . '" category_risk_id="' . $risk->data['risk_category']->data['id'] . '" type="risk" display="view"]' ); ?></div>
<div class="table-cell"><?php do_shortcode( '[digi_comment id="' . $risk->data['id'] . '" type="risk_evaluation_comment" display="edit"]' ); ?></div>
<div class="table-cell"><?php do_shortcode( '[digi_comment id="' . $risk->data['id'] . '" type="risk_evaluation_comment" display="edit"]' ); ?></div>
<div class="wpeo-modal-event wpeo-button button-square-50 button-transparent w50 action-corrective"
data-parent="risk-row"
data-class="wpeo-wrap corrective-task tm-wrap"
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: Evaluation des risques, document unique, risques professionnels, audit ris
Donate link: http://www.evarisk.com/document-unique-logiciel
Requires at least: 4.4
Tested up to: 5.6
Stable tag: 7.6.3
Stable tag: 7.6.4
License: AGPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -77,6 +77,10 @@ Lors de l'installation de l'extension Digirisk si vous aviez déjà installé la

* Veillez à bien sauvegarder vos données avant d'effectuer une mise à jour du plugin

= Version 7.6.4 =

- Fix : affichages des commentaires de risque dans le listing de risques

= Version 7.6.3 =

- Fix : Correction d'un problème lié au JQuery depuis la mise à jour Wordpress 5.6.
Expand Down

0 comments on commit 16d0039

Please sign in to comment.