admin/structure/views/view/scheduler_scheduled_content/edit/user_page

currently misses a "User" validator. So the URL can be called for any non existing user, which doesn't make much sense.

user/1/scheduled (1 stands for any existing user) should return a result (and does)
user/9999999/scheduled (9999999 stands for a non existing user) should return a page not found (but returns an empty view).

CommentFileSizeAuthor
#2 scheduler_3030962_2.patch1.23 KBpcate

Comments

Anybody created an issue. See original summary.

pcate’s picture

StatusFileSize
new1.23 KB

Patch attached.

pcate’s picture

Status: Active » Needs review

  • jonathan1055 committed 31bc64b on 8.x-1.x authored by PCate
    Issue #3030962 by PCate, Anybody: Add validation for user profile tab...
jonathan1055’s picture

Title: Add validation for user profile tab contextual filter » Add validation for user profile tab scheduled view contextual filter
Status: Needs review » Fixed

Thanks @anybody for spotting this and @PCate for providing the patch.
Tested, works, committed, fixed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.