Skip to content

Commit

Permalink
correcting field and allow edit created time
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Feb 9, 2019
1 parent 9459cce commit aa30d8f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,9 @@
name="created_time"
type="calendar"
label="JGLOBAL_CREATED_DATE"
class="readonly"
translateformat="true"
showtime="true"
size="22"
readonly="true"
filter="user_utc"
/>

Expand Down
16 changes: 10 additions & 6 deletions administrator/components/com_fields/models/forms/field.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,12 @@

<field
name="created_time"
type="text"
type="calendar"
label="JGLOBAL_CREATED_DATE"
class="readonly"
filter="unset"
readonly="true"
translateformat="true"
showtime="true"
size="22"
filter="user_utc"
/>

<field
Expand All @@ -151,11 +152,14 @@

<field
name="modified_time"
type="text"
type="calendar"
label="JGLOBAL_FIELD_MODIFIED_LABEL"
class="readonly"
filter="unset"
translateformat="true"
showtime="true"
size="22"
readonly="true"
filter="user_utc"
/>

<field
Expand Down

0 comments on commit aa30d8f

Please sign in to comment.