While I was working on #455922: Make the alphabetical list of projects not suck so much I noticed some weirdness with project_plugin_argument_validate_project_type_term. It's needlessly exposing the vocab selection in the arg validation UI. This is bad for two reasons:

1) It makes the UI more complicated/busy than it needs to be
2) It makes the resulting exported views less portable, since the vid gets hard-coded in the view

We can just use _project_get_vid() directly instead of asking the user about this.

CommentFileSizeAuthor
#1 889432-1.project_type_term_validation.patch4.99 KBdww

Comments

dww’s picture

Status: Active » Needs review
StatusFileSize
new4.99 KB
dww’s picture

Status: Needs review » Fixed
Issue tags: +drupal.org redesign sprint 3

Committed to HEAD, and tagging for sprint #3.

Status: Fixed » Closed (fixed)
Issue tags: -drupal.org redesign, -drupal.org redesign project, -drupal.org redesign sprint 3

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

eabquina’s picture

Issue summary: View changes

I noticed this old issue, and might be related to what I am reporting here ;
https://www.drupal.org/node/2429601
When we save Projects, this just started to happen.