Skip to content

linking to #hash tag does not work after merging AngularJS #4795

@mattab

Description

@mattab

Hash tag links are rewritten with a leading slash.

For example linking to

index.php?module=UsersManager&action=index&idSite=1&period=year&date=today#super_user_access

redirects to:

index.php?module=UsersManager&action=index&idSite=1&period=year&date=today#/super_user_access

And user is not redirect to the right spot on the page.

Expected:

  • that there is a way for us to link to particular DIVs on the page. WHat is the proper way to do this with AngularJS?
  • if the way to link to hash tags has to change, then let's rewrite existing links to hash tags (there are only a few in the UI) to follow the new system

Metadata

Metadata

Assignees

Labels

TaskIndicates an issue is neither a feature nor a bug and it's purely a "technical" change.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions