#426 ✓invalid
mkosma

in var hoboParts, hoboPagePath is generated incorrectly if show.dryml exists in views folder for object

Reported by mkosma | May 28th, 2009 @ 03:54 PM | in Hobo 1.0 - Final

Follow Agility section on Add a task summary to user's home page.

"bad.html" is generated when show.dryml exists in an object's view subfolder. "good.html" is generated by default. Problem appears to be that hoboPagePath is not substituted correctly in the "bad" case.

diff bad.html good.html yields this:

387c219

< var hoboParts = {};var pluralisations = {project_file_sets: 'project_file_sets'}; urlBase = ''; hoboPagePath = 'file_sets/[tag-page]'; formAuthToken = { name: 'authenticity_token', value: 'cocl/12/ZjwQ0VpQlo4Q6Vmik2QX3AlV8NTzAPacuT0=' }

var hoboParts = {};var pluralisations = {project_file_sets: 'project_file_sets'}; urlBase = ''; hoboPagePath = 'file_sets/show'; formAuthToken = { name: 'authenticity_token', value: 'cocl/12/ZjwQ0VpQlo4Q6Vmik2QX3AlV8NTzAPacuT0=' }

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Pages