developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 12 years ago
Closed 12 years ago
#708 closed bug (fixed)
createapp -nodefaultmodule : the template name in myHtmlResponse is bad
Reported by: | laurentj | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | Jelix 1.0.6 |
Component: | jelix-scripts | Version: | 1.0.5 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
In $bodyTpl, the selector is not valid, since there isn't any template.
Some solutions :
- insert a default main template in the jelix module, and indicate this template in myHtmlResponse
- no generation of myHtmlReponse
Change History (2)
comment:1 in reply to: ↑ description Changed 12 years ago by Julien
comment:2 Changed 12 years ago by laurentj
- Resolution set to fixed
- Status changed from new to closed
There is now a default template, jelix~defaultmain. svn 1110.
Note: See
TracTickets for help on using
tickets.
this solution seems good to me ;)