mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10965] Introduce a new profile field option to display no value
By default the 3.0.10 behaviour is kept, profile fields will not show up if they have either not yet been selected or in case of an optional dropdown field if the novalue option was selected. PHPBB3-10965
This commit is contained in:
@@ -995,6 +995,14 @@ function database_update_info()
|
||||
'3.0.10-RC3' => array(),
|
||||
// No changes from 3.0.10 to 3.0.11-RC1
|
||||
'3.0.10' => array(),
|
||||
// Changes from 3.0.11-RC1 to 3.0.11-RC2
|
||||
'3.0.5' => array(
|
||||
'add_columns' => array(
|
||||
PROFILE_FIELDS_TABLE => array(
|
||||
'field_show_novalue' => array('BOOL', 0),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
/** @todo DROP LOGIN_ATTEMPT_TABLE.attempt_id in 3.0.12-RC1 */
|
||||
);
|
||||
|
Reference in New Issue
Block a user