Open dianabarsan opened 3 years ago
In the old codebase, there is a redirect for the messages page from #/messages/<uuid> to #/messages/contact:<uuid>. This redirection is not implemented in the new codebase.
#/messages/<uuid>
#/messages/contact:<uuid>
To replicate:
This is where the feature is implemented in the old codebase: https://github.com/medic/cht-core/blob/master/webapp/src/js/app.js#L138
In the old codebase, there is a redirect for the messages page from
#/messages/<uuid>
to#/messages/contact:<uuid>
. This redirection is not implemented in the new codebase.To replicate:
This is where the feature is implemented in the old codebase: https://github.com/medic/cht-core/blob/master/webapp/src/js/app.js#L138