Skip to content

Commit

Permalink
Fixing page layout issues
Browse files Browse the repository at this point in the history
  • Loading branch information
computate committed Aug 17, 2024
1 parent 675a189 commit af97536
Show file tree
Hide file tree
Showing 6 changed files with 401 additions and 264 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/computate/frFR/java/EcrireApiClasse.java
Original file line number Diff line number Diff line change
Expand Up @@ -3525,6 +3525,7 @@ public void ecrireGenApiServiceImpl3(String classeLangueNom) throws Exception {
tl(3, i18nGlobale.getString(I18n.var_listeRecherche), ".q(\"*:*\");");
tl(3, i18nGlobale.getString(I18n.var_listeRecherche), ".setC(", classeApiClasseNomSimple, ".class);");
tl(3, i18nGlobale.getString(I18n.var_listeRecherche), ".set", i18nGlobale.getString(I18n.var_RequeteSite), "_(", i18nGlobale.getString(I18n.var_requeteSite), ");");
tl(3, i18nGlobale.getString(I18n.var_listeRecherche), ".facetMinCount(1);");
tl(3, "if(", i18nGlobale.getString(I18n.var_entite), i18nGlobale.getString(I18n.var_Liste), " != null) {");
tl(4, "for(String v : ", i18nGlobale.getString(I18n.var_entite), i18nGlobale.getString(I18n.var_Liste), ") {");
tl(5, i18nGlobale.getString(I18n.var_listeRecherche), ".fl(", classeNomSimple, ".var", i18nGlobale.getString(I18n.var_Indexe), classeNomSimple, "(v));");
Expand Down
Loading

0 comments on commit af97536

Please sign in to comment.