History log of /plugin/struct/helper/fieldhidden.php (Results 1 – 4 of 4)
Revision Date Author Comments
# 0549dcc5 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

PHP code sniffer autofixes


# 748e747f 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Manual coding style fixes

Method and variable visibility, camel case method names. Some exclusions due to inheritance


# d6d97f60 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Automatic coding style fixes


# 0db0cd8a 07-Dec-2017 Szymon Olewniczak <solewniczak@rid.pl>

feature: hidden fields in bueraucracy form from struct fields

This commit adds extra syntax which allow us to add struct fields to bureaucracy forms as hidden fields:

struct_fieldhidden "products

feature: hidden fields in bueraucracy form from struct fields

This commit adds extra syntax which allow us to add struct fields to bureaucracy forms as hidden fields:

struct_fieldhidden "products.product" "=value"

This only make sense with #354

show more ...