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 13 years ago
Closed 13 years ago
#516 closed bug (fixed)
the new default template for an app should be declared in other way
Reported by: | bastnic | Owned by: | bastnic |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.0.3 |
Component: | jelix-scripts | Version: | 1.0.2 |
Severity: | trivial | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
it is declared in the _commonProcess, it should be defined directly with
public bodyTpl = "montpl";
Attachments (1)
Change History (8)
Changed 13 years ago by bastnic
comment:1 Changed 13 years ago by bastnic
- Status changed from new to assigned
comment:2 Changed 13 years ago by bastnic
- review set to review?
comment:3 Changed 13 years ago by Julien
comment:5 Changed 13 years ago by laurentj
Don't forget to apply the patch in the trunk too.
comment:6 Changed 13 years ago by Julien
Ok for me too, as it fixes the issue in ticket #514.
Thanks
comment:7 Changed 13 years ago by bastnic
- Resolution set to fixed
- Status changed from assigned to closed
commited in trunk and branch 1.0.x
Note: See
TracTickets for help on using
tickets.
Hello, just wanted to say that I opened ticket #514 which may be related to this (see end of comment 3).
It's not really the same issue, but may make this change kind of useless.