I want to change view mode only for first two rows in a view like this:

  1. tile-big
  2. tile-big
  3. tile
  4. tile

so I configured it this way:
not working

This prints results:

  1. tile-big
  2. tile
  3. tile
  4. tile

when I changed start to 1 it will print:

  1. tile
  2. tile-big
  3. tile
  4. tile

It does not mattes what value is in End field.

Also I tried to reverse config:
reverse config

This will be printed:

  1. tile-big
  2. tile-big
  3. tile
  4. tile-big

Comments

Bobík created an issue. See original summary.

honza pobořil’s picture

Issue summary: View changes
honza pobořil’s picture

Component: Code » User interface

I read source code and now I see it was misunderstanding.

I configured it to:
Frequency: 1
Start: 0
End: 1
And it works for me.

So consider it as and usability bug. :-)

lamp5’s picture

Version: 8.x-1.5 » 8.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new674 bytes

Heh, it's very interesting. I can confirm that example from @Bobik displays the first 2 rows with the same display mode. It is not possible to display only the first row with different display mode.

  • Pol committed a8dae87 on 8.x-1.x authored by lamp5
    Issue #3038374 by lamp5, Bobík: Alternates only first row
    
pol’s picture

Status: Needs review » Fixed

Thanks !

Status: Fixed » Closed (fixed)

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