I have a MDS installation on Windows 2008 R2 Server.
SQL Server 2012 (SP2-CU7) 11.0.5623.0 (X64)
Master Data Services product version 11.0.5623.0, database version: 11.2.0.6
In this database I have a model with multiple Versions (VERSION_2013, VERSION_2014, VERSION_2015, VERSION_2016).
The latest version has the version flag "Current" and I created several entity leaf members based views using the criteria "Version flag = Current". In 2015 these views returned VERSION_2015 data, because in 2015 VERSION_2015 had version
flag "Current".
In 2016 I created a new version VERSION_2016 based on VERSION_2015. I changed the version flag of VERSION_2015 to "2015" and the version flag of VERSION_2016 to "Current".
And now here comes the error: the views with Version flag = "Current" restriction still return data with VERSION_2015. This changes when I open the view in Edit mode and save the view again. After a restore VERSION_2016 data with version flag ="Current" is returned.
Is this a bug or feature?