Ticket #285 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

crud : pas de possibilité d'indiquer un profil

Reported by: laurentj Assigned to:
Priority: normal Milestone: Jelix 1.0beta3.1
Component: jelix Version: 1.0 beta3
Severity: normal Keywords: crud dao profil
Cc: Php version:
Review: Hosting Provider:
Documentation needed: Blocking:

Description

Il n'est pas possible d'indiquer le profil à utiliser pour les dao du crud. Il devrait y avoir une propriété pour ça, et qu'elle soit initialisée automatiquement lors de la génération d'un crud par la commande createdaocrud.

Change History

09/28/07 11:48:23 changed by bastnic

  • milestone changed from Jelix 1.0 to Jelix 1.0beta3.1.

c'est presque un bug étant donné que lorsqu'on passe le -profil on s'attend à ce que derrière le DAO fonctionne mais en fait non !

09/28/07 12:18:42 changed by laurentj

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in the trunk and 1.0beta3.x branch.

jControllerDaoCrud has now a property to indicate the jDb profil to use for the dao, and it is filled automatically by the createdaocrud command. Added also a $dbProfil parameter to methods of jFormsBase: initFromDao, saveToDao, initControlFromDao, saveControlToDao

Download in other formats: Comma-delimited Text Tab-delimited Text RSS Feed