Skip to content
Extraits de code Groupes Projets
Valider 35c48ac1 rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[mig] fix error context

parent e8130e54
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -1338,7 +1338,7 @@ class ScopPartner(models.Model):
elif filtre == "2":
mycontext = ctx.update({"search_default_my_ur": True})
else:
mycontext = "{'search_default_my_ur': True," + ctx
mycontext = ctx.update({"search_default_my_ur": True})
return {
"name": "Prospects",
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter