Compare commits

..

2 Commits

Author SHA1 Message Date
Sosthene
dfae62cda7 Merge branch 'fix_update_users' into legacy_dev
All checks were successful
Demo - Build & Deploy to Scaleway / build-and-push-images-lecoffre (push) Successful in 1m53s
Demo - Build & Deploy to Scaleway / deploy-back-lecoffre (push) Successful in 3s
Demo - Build & Deploy to Scaleway / deploy-cron-lecoffre (push) Successful in 3s
2025-07-22 15:56:28 +02:00
Sosthene
ac0f5d7b3e more verbosity 2025-07-22 15:55:58 +02:00

View File

@ -257,6 +257,7 @@ export default class IdNotService extends BaseService {
let rattachements: any; let rattachements: any;
console.log("Fetching rattachements for user", user.uid); console.log("Fetching rattachements for user", user.uid);
console.log(searchParams.toString());
try { try {
rattachements = await fetch(`${this.variables.IDNOT_API_BASE_URL}/api/pp/v2/personnes/${user.idNot}/rattachements?deleted=false` + searchParams, { rattachements = await fetch(`${this.variables.IDNOT_API_BASE_URL}/api/pp/v2/personnes/${user.idNot}/rattachements?deleted=false` + searchParams, {
method: "GET", method: "GET",