Not a bug find-new/posts and find-new/profile-posts route filter behavior inconsistency

imthebest

Well-known member
I have these 4 route filters:

find-new/posts -> news/messages
find-new/{num:digit}/posts -> news/{num:digit}/messages
find-new/profile-posts -> news/wall-messages
find-new/{num:digit}/posts -> news/{num:digit}/wall-messages

And when I try to manually access find-new/posts the page loads and the URL remains the same in the address bar (this happens when there are no new posts, I haven't tested when there are new posts). However when I try to manually access find-new/profile-posts the URL changes to news/xxx/wall-messages

I think there is a consistency problem here.

EDIT: when there are new posts then URL properly changes to news/xxx/messages
 
Top Bottom