Re: Numeric control optionally allow null values [pgadmin4]

Поиск
Список
Период
Сортировка
От Harshal Dhumal
Тема Re: Numeric control optionally allow null values [pgadmin4]
Дата
Msg-id CAFiP3vzvtqxJMpZeeaV4pd0p7CevcRRDfgDWuvu4cyHNThpJFQ@mail.gmail.com
обсуждение исходный текст
Ответ на Numeric control optionally allow null values [pgadmin4]  (Harshal Dhumal <harshal.dhumal@enterprisedb.com>)
Ответы Re: Numeric control optionally allow null values [pgadmin4]  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

Please find attached patch for numeric and integer control with optionally null value support.

Usage:

1] Integer
id: 'fillfactor', label: '{{ _('Fill factor') }}', deps: ['index'],
type: 'int', group: '{{ _('Definition') }}', allowNull: true,

2] Numeric

id: 'fillfactor', label: '{{ _('Fill factor') }}', deps: ['index'],
type: 'numeric', group: '{{ _('Definition') }}', allowNull: true,





-- 
Harshal Dhumal
Software Engineer 




On Fri, Mar 4, 2016 at 10:55 AM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:
Hi,


Please find attached patch for numeric control with optionally allow null values

Null values: undefined/empty string/null
By default numeric control value can not be null. Use flag allowNull: true to allow null values.

Usage:

id: 'fillfactor', label: '{{ _('Fill factor') }}', deps: ['index'],
type: 'numeric', group: '{{ _('Definition') }}', allowNull: true,


-- 
Harshal Dhumal
Software Engineer 




Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Harshal Dhumal
Дата:
Сообщение: Numeric control optionally allow null values [pgadmin4]
Следующее
От: Murtuza Zabuawala
Дата:
Сообщение: PATCH: Enhancement to backform controls [pgAdmin4]