Once we track the points movement, we need to use dynamic routing to add a tab to display the view(s) of transaction history related to the referencing entity.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

skyredwang created an issue. See original summary.

谢艳’s picture

views:
1. /point-list
2. /point-movement/all

谢艳’s picture

Status: Active » Needs review
skyredwang’s picture

Status: Needs review » Needs work

No. We need to use dynamic routing to add the views to the referencing entities.

For example, if a site admin adds the points field to User entity. Then, we need to create a tab at

/user/%user/<field_name> to show the related transactions.

If a site admin adds the points field to Node entity. Then, we need to create a tab at

/node/%node/<field_name> to show the related transactions.

  • skyredwang committed a236753 on 8.x-1.x
    Issue #2883738 by 谢艳, skyredwang: Display points transactions on a tab...
skyredwang’s picture

Status: Needs work » Fixed

  • skyredwang committed 342fa0f on 8.x-1.x
    Issue #2883738 by 谢艳, skyredwang: Display points transactions on a tab...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.