In some cases, the [player v 254.1] option "ExpireModifiedLayouts" does the same thing as true

In some cases, the [player v 254.1] option “ExpireModifiedLayouts” does the same thing as true.

Hello.

I use cms 2.3 .4 and Windows Player 254.1.

The following source code is provided in Logic \ScheduleManager.cs (612):

if (! ApplicationSettings.Default.ExpireModifiedLayouts & & layout.id = = CurrentLayoutId)

In the above condition determination, the option “ExpireModifiedLayouts” is false, but since the “CurrentLayoutId” is always 0, the option “ExpireModifiedLayouts” behaves the same as true.
Since there is no place where the layout ID is set in “CurrentLayoutId”, a value other than 0 is not set.

For example, this happens when content used for playback has been deleted on the cms side.

Thank you for reporting this - i’ve created a bug for it and will solve

1 Like

Thank you for your prompt response.
I appreciate it.

KEN

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.