Skip to content

Releases: dmm-com/pagoda

v3.20.0

26 Sep 03:22
7e153af
Compare
Choose a tag to compare

Added

  • Added entity name at dashboard search result page.
    Contributed by @Ravie403

Fixed

  • Escaped single quote data will be shown at Entry edit page (#603)
    Contributed by @Ravie403
  • Fixed value being displayed as null at advanced search results page.
    Contributed by @Ravie403
  • Fixed referral entries not displayed at restore entry page.
    Contributed by @Ravie403
  • Fixed value being displayed as null at restore entry page.
    Contributed by @Ravie403
  • Fixed an error when there is no named_entry attribute value in advanced search.
    Contributed by @Ravie403

v3.19.0

26 Sep 03:20
638964b
Compare
Choose a tag to compare

Added

  • Added special search character to get Entries that have substantial attribute values.
    Contributed by @userlocalhost

Fixed

  • Fixed problem that duplicate named Entries might be created when multiple requests were coming at the exact same time.
    Contributed by @userlocalhost, @hinashi

v3.18.0

26 Sep 03:20
f002541
Compare
Choose a tag to compare

Added

  • (New-UI) Implemented ACL configuration page for Entity, Entry and EntityAttr.
    Contributed by @hinashi, @syucream, @userlocalhost
  • Added exclude entity parameter in search_entries_for_simple.
    Contributed by @hinashi
  • Added exclude entity parameter in get_referred_objects.
    Contributed by @hinashi

Fixed

  • Fixed an error in getting data_value in advanced search.
    Contributed by @hinashi

v3.17.0

26 Sep 03:19
773a6c7
Compare
Choose a tag to compare

Changed

  • Changed to allow parallel execution some job.
    Contributed by @hinashi
  • Changed to update job status to error when celery exception error
    Contributed by @hinashi

v3.16.0

26 Sep 03:19
bdc7e43
Compare
Choose a tag to compare

Changed

  • Introduced new Job's status WARNING, that is intermediate status between succeed and error.
    Contributed by @userlocalhost

v3.15.0

26 Sep 03:19
89e273e
Compare
Choose a tag to compare

Fixed

  • Fixed custom_view not applied when importing multiple entities
    Contributed by @hinashi

v3.14.0

26 Sep 03:18
be55637
Compare
Choose a tag to compare

Changed

  • (New-UI) Show a shorten name if entity name is too long at Entity list view.
    Contributed by @syucream

Fixed

  • (New-UI) Perform animation when reordering entity attribute to highlight moved attribute on the form.
    Contributed by @syucream
  • (New-UI) Fix bugs that failed to delete unsubmitted attribute.
    Contributed by @syucream
  • (New-UI) Fix not to occur a warning on entity referral auto complete field.
    Contributed by @syucream

v3.13.0

26 Sep 03:17
61ab57e
Compare
Choose a tag to compare

Added

Changed

  • Upgrade django version from 3.2.13 to 3.2.14

v3.12.0

08 Jul 02:34
220f7c1
Compare
Choose a tag to compare

Added

  • Added a new feature for Group, that can represent parent Group.
    This feature enables to make hierarchical tree Group construction.
    Contributed by @userlocalhost

Changed

  • Upgrade flower version from v1.0.0 to v1.1.0

Fixed

  • Fixed empty display of array type in advanced search result
    Contributed by @hinashi
  • Fixed an issue where None was displayed in array_named_entry attribute
    Contributed by @hinashi
  • Fixed the header of webhook is not set
    Contributed by @hinashi
  • Fixed entry recovery and attribute value revert not sending webhooks
    Contributed by @hinashi

v3.11.0

08 Jul 02:34
fea154b
Compare
Choose a tag to compare

Changed