We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cd042a + 909caa0 commit 1b95d7eCopy full SHA for 1b95d7e
1 file changed
layouts/partials/academy-validation/validate-academy-registry-ids.html
@@ -9,7 +9,7 @@
9
{{- $site.Store.Set $cacheKey $result -}}
10
{{- else -}}
11
{{- $separator := cond (in $registryURL "?") "&" "?" -}}
12
- {{- $url := printf "%s%sorgId=%s" $registryURL $separator $orgID -}}
+ {{- $url := printf "%s%sorgId=%s&status=ready,not_ready" $registryURL $separator $orgID -}}
13
{{- $registeredIDs := slice -}}
14
{{- $result := dict "status" "ok" "ids" $registeredIDs "message" "" "url" $url -}}
15
{{- $remoteCacheEpochKey := "academy-theme-registry-cache-epoch" -}}
0 commit comments