There is no possibility to inherit the first term settings by other terms on the same level.

Example:

I would like to create these paths:

www.example.com/[my vocabulary name] (override this path with view1)
www.example.com/[my vocabulary name]/view2
www.example.com/[my vocabulary name]/view2/view3
www.example.com/[my vocabulary name]/view2/view3/view4

Vocabulary : categories (view1)

Terms

T 1 (view 2, inheritable) 
    T 1.1 (view 3, not inheritable)
        T 1.1.1 (no settings)
    T 1.2 (view 4, inheritable)
        T 1.2.1 (no settings)
    T 1.3 (no settings)
T 2 (no settings) 

Results

T 1 (view 2 from itself)
    T 1.1 (view 3 from itself)
        T 1.1.1 (view 2 from T 1)
    T 1.2 (view 4 from itself)
        T 1.2.1 (view 4 from T 1.2)
    T 1.3 (view 2 from T1)
T 2 (view 1 from vocabulary)  // it's impossible to set the view2 automatically 

so, if someone have a view set for each vocabulary path, starting from www.example.com/[my vocabulary name] then he'll be forced to set the path for each new term.

Comments

DuaelFr’s picture

Assigned: jack-pl » Unassigned
Category: feature » support
Priority: Major » Normal
Status: Needs work » Active
kevinquillen’s picture

Status: Active » Postponed (maintainer needs more info)

According to #1, this seems like a configuration issue and not a bug?

jack-pl’s picture

Yes, It's just an issue. Not a bug. I have solved this problem without using the TVI module. Here is the solution. Not sure if it's the only or appropriate way, but works!

kevinquillen’s picture

Assigned: Unassigned » kevinquillen
Issue summary: View changes
Status: Postponed (maintainer needs more info) » Fixed

Marking as fixed per comments and solutions.

kevinquillen’s picture

Status: Fixed » Closed (fixed)

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