close fullscreen

Ticket

leave home card URL as just base URL+status
closed
help edit space_dashboard
leave home card URL as just base URL+priority
low
help edit space_dashboard
leave home card URL as just base URL+tag
URL
Wagn 1.05
help edit space_dashboard
leave home card URL as just base URL+commit
 

leave home card URL as just base URL+issues

help edit space_dashboard

If you hover over the "Home" link or the logo link you get the base URL, but if you click on it you get "/wagn/|home card name|" appended, and this is what will show up on bookmarking and news services. So Wagns that get popular and then change home URLs will at best not get the ranking they 'should', and at worst leave broken URLs floating around the net.

 

leave home card URL as just base URL+solution

help edit space_dashboard

  def index
    if User.no_logins?
      redirect_to '/admin/setup'
    else
      params['id'] = System.setting('*home')
      show
    end
  end

 

 

help edit space_dashboard

Works. Awesome! Closing.

 

leave home card URL as just base URL+discussed in support tickets

help edit space_dashboard