You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Controller/PartController.php
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -286,8 +286,12 @@ public function createFromInfoProvider(Request $request, string $providerKey, st
286
286
287
287
//Force info providers to not use cache, when retrieving part details for creating a new part, because otherwise we might end up with outdated information
Copy file name to clipboardExpand all lines: src/Services/InfoProviderSystem/Providers/InfoProviderInterface.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@
29
29
interface InfoProviderInterface
30
30
{
31
31
publicconstOPTION_NO_CACHE = 'no_cache'; // if set to true, the provider should not use any cache and retrieve fresh data from the source
32
+
publicconstOPTION_SKIP_DELEGATION = 'skip_delegation'; // if set to true, the provider should not delegate the request to other providers, even if it supports delegation.
0 commit comments