nodebb-plugin-onekite-calendar 2.0.98 → 2.0.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/api.js CHANGED
@@ -1502,7 +1502,6 @@ api.createReservation = async function (req, res) {
1502
1502
  start: formatFR(start),
1503
1503
  end: formatFR(end),
1504
1504
  total: resv.total || 0,
1505
- adminUrl: `${forumBaseUrl()}/admin/plugins/calendar-onekite`,
1506
1505
  });
1507
1506
  }
1508
1507
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-onekite-calendar",
3
- "version": "2.0.98",
3
+ "version": "2.0.99",
4
4
  "description": "FullCalendar-based equipment reservation workflow with admin approval & HelloAsso payment for NodeBB",
5
5
  "main": "library.js",
6
6
  "license": "MIT",
@@ -18,4 +18,4 @@
18
18
 
19
19
  <p><strong>Total estimé :</strong> {total} €</p>
20
20
 
21
- <p><a href="{adminUrl}">Ouvrir l'ACP</a></p>
21
+ <p><a href="https://www.onekite.com/calendar">Voir le calendrier</a></p>
@@ -13,4 +13,4 @@
13
13
 
14
14
  <p>{dateRange}</p>
15
15
 
16
- <p><a href="{adminUrl}">Ouvrir l'ACP (Demandes en attente)</a></p>
16
+ <p><a href="https://www.onekite.com/calendar">Voir le calendrier</a></p>