#401 closed defect (fixed)
Protect var.js.tpl from a not set DefaultLocation
Reported by: | dgalimbe | Owned by: | irolewic |
---|---|---|---|
Priority: | normal | Milestone: | v0.97.0 |
Component: | Installation | Version: | 0.97.0 |
Keywords: | Cc: |
Description
vars.js.tpl:136
DefaultLocation?: '<%= str(Location.getDefaultLocation().friendlyName) %>',
if Location.getDefaultLocation() == None don't load the friendlyName
Change History (5)
comment:1 Changed 5 years ago by dgalimbe
- Owner set to dgalimbe
- Status changed from new to accepted
comment:2 Changed 5 years ago by irolewic
- Owner changed from dgalimbe to irolewic
- Status changed from accepted to assigned
comment:3 Changed 5 years ago by irolewic
- Status changed from assigned to accepted
comment:4 Changed 5 years ago by ian.rolewicz@…
- Resolution set to fixed
- Status changed from accepted to closed
commit 36827b1a86042c91cf604c1f302e95e153475469
Author: Ian Rolewicz <ian.rolewicz@…>
Date: Fri May 21 16:22:21 2010 +0200
[FIX] Empty Default Location causes an error
comment:6 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>
Note: See
TracTickets for help on using
tickets.
Seems to be the same as http://cdswaredev.cern.ch/indico/ticket/345