richclient:emberjs:td4

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
richclient:emberjs:td4 [2019/03/28 11:17] jcheronrichclient:emberjs:td4 [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1
Ligne 56: Ligne 56:
 </sxh> </sxh>
 <html></div></html> <html></div></html>
 +
 +{{ :richclient:emberjs:restheart.conf.zip |}}
 +
 Exécuter **mongo** (client en ligne de commande pour mongoDb) :\\ Exécuter **mongo** (client en ligne de commande pour mongoDb) :\\
 Créer les collections suivantes dans la base de données mongoDb **boards** : Créer les collections suivantes dans la base de données mongoDb **boards** :
Ligne 106: Ligne 109:
   },   },
   urlForQuery(query,modelName) {   urlForQuery(query,modelName) {
-    if (this.sortQueryParams) { +  if (this.sortQueryParams) { 
-      query = this.sortQueryParams(query); +    query = this.sortQueryParams(query); 
-    } +  
-    modelName=pluralize(modelName.modelName); +  modelName=pluralize(modelName);
-    return this.get('host')+'/'+this.get('namespace')+'/'+modelName+'?filter='+JSON.stringify(query); +
-  }, +
-    urlForQuery(query,modelName) { +
-    debugger +
-    if (this.sortQueryParams) { +
-      query = this.sortQueryParams(query); +
-    } +
-    modelName=pluralize(modelName);+
     return this.get('host')+'/'+this.get('namespace')+'/'+modelName+'?filter='+JSON.stringify(query.filter);     return this.get('host')+'/'+this.get('namespace')+'/'+modelName+'?filter='+JSON.stringify(query.filter);
   }   }
  • richclient/emberjs/td4.1553768252.txt.gz
  • Dernière modification : il y a 5 ans
  • (modification externe)