Wiki Forum Sign up! Explore Home

Not signed in (Sign In)

LiveSearch

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthordarkpollo
    • CommentTimeJun 5th 2008
     permalink
    Hi.

    I want to connect into clocking it from my mobile, and make a link to the widget with the task list.
    The problem is that my list is very long, with 150 items into 10 diferent projects, and all are expanded by default, so the first time i access it is too long time of charge until i can select the project i want to check in this moment.
    is there anyway to make to the widget show only the first project or no data until i select one project the first time that it loads?

    Thanks
    • CommentAuthoradmin
    • CommentTimeJun 5th 2008
     permalink
    There's always a way, and you can change

    session[:filter_project] ||= 0
    to
    session[:filter_project] ||= 1

    in app/controllers/login.rb#validate to show only the project with ID 1 on login.

    -- Erlend
    • CommentAuthordarkpollo
    • CommentTimeJun 5th 2008
     permalink
    There's always a way, and you can change

    I know, but it is dificult to find.
    :D
    Thank you for the solution. I will change it as soon as possible :)