Project

General

Profile

Actions

Feature #9668

open

Form.mode: rename 'hidden' to 'hide'

Added by Carsten Rose over 4 years ago. Updated almost 3 years ago.

Status:
Priorize
Priority:
Normal
Assignee:
Carsten Rose
Target version:
Start date:
28.11.2019
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
Vote:

Description

  • Umebnennung ist sinnvoll weil 'hidden' verwechselt wird mit dem HTML Element 'hidden'.
  • Da in vielen 'modeSql' das Wort 'hidden' hart kodiert ist, sollte das gemapped werden auf 'hide'.

Related issues

Related to QFQ - Feature #6437: Neuer Mode Button bei FormElementenNewCarsten Rose17.07.2018

Actions
Actions #1

Updated by Carsten Rose over 4 years ago

  • Priority changed from Normal to High
Actions #2

Updated by Carsten Rose over 4 years ago

  • Tracker changed from Support to Feature
Actions #3

Updated by Carsten Rose over 4 years ago

ALTER TABLE `FormElement` CHANGE `mode` `mode` ENUM('show','required','readonly','hidden', 'hide') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'show';

UPDATE FormElement SET mode='hide' WHERE mode='hidden';

ALTER TABLE `FormElement` CHANGE `mode` `mode` ENUM('show','required','readonly', 'hide') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'show';

Actions #4

Updated by Carsten Rose over 4 years ago

  • Related to Feature #6437: Neuer Mode Button bei FormElementen added
Actions #5

Updated by Carsten Rose over 4 years ago

  • Status changed from New to Some day maybe
Actions #6

Updated by Carsten Rose over 4 years ago

  • Status changed from Some day maybe to New
Actions #7

Updated by Carsten Rose about 4 years ago

  • Target version changed from 146 to 55
Actions #8

Updated by Carsten Rose about 4 years ago

  • Target version changed from 55 to next7
Actions #9

Updated by Carsten Rose almost 3 years ago

  • Target version changed from next7 to next4
Actions #10

Updated by Carsten Rose almost 3 years ago

  • Target version changed from next4 to next3
Actions #11

Updated by Carsten Rose almost 3 years ago

  • Priority changed from High to Normal
Actions #12

Updated by Carsten Rose almost 3 years ago

  • Status changed from New to ToDo
Actions #13

Updated by Carsten Rose almost 3 years ago

  • Status changed from ToDo to Priorize
Actions

Also available in: Atom PDF