Page MenuHomePhabricator

[AG] Support browser back button in Attribution Generator
Closed, ResolvedPublic3 Estimated Story Points

Description

As an attribution generator user I want to be able to go back to the last step in the tool by clicking the back button in the browser.

from https://github.com/wmde/Lizenzverweisgenerator/issues/21

Event Timeline

Tobi_WMDE_SW raised the priority of this task from to Medium.
Tobi_WMDE_SW updated the task description. (Show Details)
Tobi_WMDE_SW moved this task from Incoming to Sprint Ready on the TCB-Team (now WMDE-TechWish) board.
Tobi_WMDE_SW added subscribers: Tobi_WMDE_SW, Aklapper.
Tobi_WMDE_SW raised the priority of this task from Medium to High.Jun 4 2015, 11:41 AM
Tobi_WMDE_SW set Security to None.
KasiaWMDE lowered the priority of this task from High to Medium.Jun 7 2015, 1:56 PM

I advise to use dojo.back here as some dojo is already integrated into the application. I guess Questionnaire.prototype._navigationCache just needs to be transformed to the functionality of dojo.back (that cache is to be managed by dojo.back natively): navigationCache.push( questionnaireState ); -> dojo.back.addToHistory( questionnaireState );

KasiaWMDE renamed this task from Support browser back button in Attribution Generator to [AG] Support browser back button in Attribution Generator.Jun 18 2015, 4:08 PM

We want to support browser forward as well: T105161