When your section term has a tid with a higher value than 999, the link on the secion overview page leads to a 404.
This is caused by the formatted [TID] in view oa_sections_section_types (see attached screenshot).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joep.hendrix created an issue. See original summary.

joep.hendrix’s picture

Status: Active » Needs review
FileSize
4.61 KB

Attached is the fixed view definition.

mpotter’s picture

If you can submit this as a patch I can try to get this committed to the next version.

Odd that Views sets the comma selector by default since we never set it to that on purpose as far as I know.

joep.hendrix’s picture

I am not sure where this view is coded. The only reference I can find is in openatrium.mysql.

mpotter’s picture

This view was in the oa_sections submodule of oa_core. I was able to manually find the difference:

+ $handler->display->display_options['fields']['tid']['separator'] = '';

mpotter’s picture

Committed to f8a452a.

mpotter’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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