Numeric control optionally allow null values [pgadmin4]

Поиск
Список
Период
Сортировка
От Harshal Dhumal
Тема Numeric control optionally allow null values [pgadmin4]
Дата
Msg-id CAFiP3vw1xbHYaxFq6KqknMO3H1VZ-9iUq02V4i2mNV-+jGPdMg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Numeric control optionally allow null values [pgadmin4]  (Harshal Dhumal <harshal.dhumal@enterprisedb.com>)
Список pgadmin-hackers
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 по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: [pgAdmin IV] PATCH: Add support for the notices/messages from the backend server.
Следующее
От: Harshal Dhumal
Дата:
Сообщение: Re: Numeric control optionally allow null values [pgadmin4]