Skip to content
Snippets Groups Projects

hotline #64747 fix articles widget configuration on back office

2 unresolved threads

Merge request reports

Pipeline #2438 passed

Pipeline passed for 3fe2cd64 on hotline#64747_parametres_de_la_boite_articles_en_mode_selection_ne_devrait_pas_afficher_nombre_d_articles_a_afficher_analyser

Approval is optional

Merged by (Mar 24, 2025 6:43am UTC)

Merge details

  • Changes merged into stable with ba9e8ba0.
  • Deleted the source branch.

Pipeline #2471 passed

Pipeline passed for ba9e8ba0 on stable

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Ghislain Loas
    Ghislain Loas @gloas started a thread on the diff
    59 59
    60 60 Class_ScriptLoader::getInstance()
    61 61 ->addJQueryReady(
    62 'formSelectToggleVisibilityForElement("input[name=\'display_order\']", "#fieldset-datas tr:nth-child(2)", ["DateCreationDesc", "DebutPublicationDesc", "EventDebut", "Random", "CommentCount"]);'
    62 'formSelectToggleVisibilityForElement("input[name=\'display_order\']", "#fieldset-display_settings_group tr:nth-child(2)", ["DateCreationDesc", "DebutPublicationDesc", "EventDebut", "Random", "CommentCount"]);'
    • Il faut sélectionner le tr parent de l'élément qu'on veut masquer.

      remplacer #fieldset-display_settings_group tr:nth-child(2) par $("form element selector").closest("tr")

    • Please register or sign in to reply
  • Ghislain Loas
    Ghislain Loas @gloas started a thread on the diff
    59 59
    60 60 Class_ScriptLoader::getInstance()
    61 61 ->addJQueryReady(
    62 'formSelectToggleVisibilityForElement("input[name=\'display_order\']", "#fieldset-datas tr:nth-child(2)", ["DateCreationDesc", "DebutPublicationDesc", "EventDebut", "Random", "CommentCount"]);'
    62 'formSelectToggleVisibilityForElement("input[name=\'display_order\']", "#fieldset-display_settings_group tr:nth-child(2)", ["DateCreationDesc", "DebutPublicationDesc", "EventDebut", "Random", "CommentCount"]);'
    63 63
    64 . 'formSelectToggleVisibilityForElement("input[name=\'display_order\']", "#fieldset-datas tr:nth-child(3)", "Random");'
    64 . 'formSelectToggleVisibilityForElement("input[name=\'display_order\']", "#fieldset-display_settings_group tr:nth-child(3)", "Random");'
    • Il faut sélectionner le tr parent de l'élément qu'on veut masquer.

      remplacer #fieldset-display_settings_group tr:nth-child(2) par $("form element selector").closest("tr")

    • Please register or sign in to reply
  • Patrick Barroca mentioned in commit ba9e8ba0

    mentioned in commit ba9e8ba0

Please register or sign in to reply