Some questions about the modern UI

Hieu Nguyen3 years ago
  1. In the modern UI, there is Notification Token attribute. However, when I filled in the Token field, I couldn't push notifications like the old one.
  2. How could I change the column geofenceId to the geofenceName in the EventReportPage.js file?
  3. How could I change the columns in the route.xlsx report file? I tried to rearrange the columns with their parameters, but it didn't work after that.
Anton Tananaev3 years ago
  1. What did you fill it with?
  2. Should work fine, assuming you didn't break any template stuff.
Hieu Nguyen3 years ago

Hi Anton, thank you for the quick response,

  1. I filled it with the Push Notifications API Key from the My Account page.
  2. It worked, thank you.
Anton Tananaev3 years ago

API key and device token are completely different things.

Hieu Nguyen3 years ago

Thank you Anton, may I ask you one more question.

When I export the Excel reports in the modern UI, they all have random names like "1abf6a98-37bd-4a89-a9b2-a6fa82710ded.xlsx" or "b3e70966-85f6-40fb-b0ec-9e5b9ea2de18.xlsx" (unlike when I display the reports on web or send them through emails, they're all "report.xlsx").

Where can I modify this (as "report: YYYY-mm-dd.xlsx", for example)?

Anton Tananaev3 years ago

If you find an elegant solution, please send us a pull request.