Skip to content

Commit

Permalink
Fixed the API button to link to a single record
Browse files Browse the repository at this point in the history
  • Loading branch information
computate committed Aug 16, 2023
1 parent aa48f0c commit 88de4a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3301,7 +3301,7 @@ else if(langueConfig.getString(ConfigCles.var_PUTCopie).equals(classeApiMethode)
t(6, "<a");
s(" title=\"", langueConfig.getString(ConfigCles.str_API), "\"");
s(" class=\"siteSidebarToggle w3-padding-small w3-hover-black w3-", classeCouleur, " \"");
s(" href=\"{{ apiUri }}{{ queryStr }}\"");
s(" href=\"{{ apiUri }}{{#if pk }}/{{ pk }}{{else}}{{#if id }}/{{ id }}{{else}}{{ queryStr }}{{/if}}{{/if}}\"");
s(">");
s("<i class=\"fad fa-brackets-curly hover-box-shadow w3-xlarge \"></i> ", langueConfig.getString(ConfigCles.str_API));
l("</a>");
Expand Down

0 comments on commit 88de4a8

Please sign in to comment.