Project

General

Profile

« Previous | Next » 

Revision b072b308

Added by Ondřej Ezr about 5 years ago

Fixes #26543 - make generate_at a datetime field (#6653)

View differences:

webpack/assets/javascripts/react_app/components/Template/TemplateInput.js
isRequired={required}
info={description || 'Format is yyyy-mm-dd HH-mm-ss'}
initialError={initialError}
url={url}
template={template}
inputProps={{
name: `${template}[input_values][${id}][value]`,
}}
hideValue={!value.length}
value={value || undefined}
/>

Also available in: Unified diff