Okay
  Public Ticket #2245756
Doesn't hide master-detail column
Closed

Comments

  • Krzysztof started the conversation

    Hi,

    Hiding master-detail column was working after instalation (first week in December 2019). But right now, even if 'add to detail section' is turn off - i see column in popup master detail. 

    I have deactivated all plugins (except wpdatatables and master-details) - the same situation.

    I have deactivated and activated - the same situation.

    I should mention that last time there was wordpress update to version 5.3.1.

    After my investigation i see that in file: md_modal.inc.php this condition below doesn't work properly, because of missing masterDetailColumnOption value.

                    if (($dataColumn_key == 'wdt_ID') || ($dataColumn_key == 'masterdetail') ||
                    (isset($dataColumn->masterDetailColumnOption) && $dataColumn->masterDetailColumnOption !== 1) ||
                    (($wpDataTable->getUserIdColumn() != '') && ($dataColumn_key == $wpDataTable->getUserIdColumn()))) { ?>
                        style="display: none"
                        <?php if ($dataColumn_key == $wpDataTable->getIdColumnKey()) { ?>

                            class="idRow"
                        <?php } ?>
                    <?php } else { ?>
                        class="form-group col-xs-12">
                    <?php } ?>

    I hope it will help resolve this problem.

    Best regards,

    Krzysztof

  •  2,499
    Aleksandar replied

    Hello Krzysztof

    Thank you for your purchase, and sorry for the inconvenience.

    Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.


    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •   Krzysztof replied privately
  •   Aleksandar replied privately
  •   Krzysztof replied privately
  •   Aleksandar replied privately
  •   Krzysztof replied privately
  •   Aleksandar replied privately
  •   Krzysztof replied privately
  • Krzysztof replied

    Hi Aleksandar,

    New version of Wpdatatables (2.8.1) has resolved problem.

    Thank You for helping and fast reaction.

    Merry Christmas and Happy New Year.

    Best Regards,

    Krzysztof

  •   Aleksandar replied privately
  • Krzysztof replied

    Hi Aleksandar,

    As I wrote below, New version of Wpdatatables (2.8.1) has resolved problem.

    Thank You for helping and fast reaction.

    Best Regards,

    Krzysztof


  •  2,499
    Aleksandar replied

    Hi again Krzysztof.

    Seems like we wrote our responses at the same time, and I missed that messagesmile.png

    Anyway, thanks for letting me know the issue is resolved.

    Happy new year to you too, sir! I hope you had great time during holidays.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables