Skip to content

Commit

Permalink
Use bc_dc_modified_date_badge_field_formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
lkmorlan authored and EC2 Default User committed Dec 8, 2023
1 parent f28f972 commit 491ad7f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config/sync/views.view.bookmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- user.role.data_catalogue_editor
- user.role.data_catalogue_manager
module:
- bc_dc
- datetime
- flag
- node
Expand Down Expand Up @@ -106,8 +107,8 @@ display:
label: ''
exclude: false
alter:
alter_text: true
text: "{% if field_last_viewed_date < field_modified_date %}\r\n <span class=\"badge text-bg-success\">Updated</span>\r\n{% endif %}"
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
Expand Down Expand Up @@ -145,10 +146,8 @@ display:
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: datetime_custom
settings:
timezone_override: ''
date_format: U
type: bc_dc_modified_date_badge_field_formatter
settings: { }
group_column: value
group_columns: { }
group_rows: true
Expand Down

0 comments on commit 491ad7f

Please sign in to comment.