As a cms user viewing the dashboard of content, when I click on the edit button of a translated version of content (non-english), I am taken to the translated version of that node so I can immediately begin editing in that language.
Acceptance Criteria:
1- Make edit button on content dashboard language aware
Will be addressed along with #37
Testing steps
[x] As an editor, visit /admin/content.
[x] Validate that for "Benefits detail page(s)" that are in Spanish, the edit button points to a pattern like /es/node/[nid]/edit
[x] Validate that for "Benefits detail page(s)" that are in English, the edit button points to a pattern like /node/[nid]/edit
As a cms user viewing the dashboard of content, when I click on the edit button of a translated version of content (non-english), I am taken to the translated version of that node so I can immediately begin editing in that language.
Acceptance Criteria: 1- Make edit button on content dashboard language aware
Will be addressed along with #37
Testing steps
/es/node/[nid]/edit
/node/[nid]/edit