Microflow rename error

0
I had a funny thing this morning when I busy documenting all changes in the application. Look at the two pictures: I first noticed in the console that the name was kllaar (dutch for ready) instead of klaar. So I clicked rename (indeed the pop up window showed kllaar instead of klaar), but the result was this error: System.InvalidOperationException: Sequence contains no matching element at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) at System.Windows.Forms.Control.Invoke(Delegate method) at Mendix.Modeler.Operations.Updater.ApplyAndSave(Database db, Document document, String undoDescription, Action action) in c:\cygwin\home\autobuild\build\Mendix-3.1.1\modeler\Modeler\Operations\Updater.cs:line 52 at Mendix.Modeler.Operations.Updater.<>c__DisplayClass3.<UpdateDocument>b__0(Database db) in c:\cygwin\home\autobuild\build\Mendix-3.1.1\modeler\Modeler\Operations\Updater.cs:line 17 at Mendix.Modeler.Storage.Database.<>c__DisplayClass3.<Do>b__2(Database db) in c:\cygwin\home\autobuild\build\Mendix-3.1.1\modeler\Mendix.Modeler.Storage\Database.cs:line 156 at Mendix.Modeler.Storage.Database.<>c__DisplayClass7`1.<Do>b__5(SQLiteConnector connector) in c:\cygwin\home\autobuild\build\Mendix-3.1.1\modeler\Mendix.Modeler.Storage\Database.cs:line 172 at Mendix.Modeler.Utility.SQLiteConnector.<>c__DisplayClass9`1.<Do>b__3() in c:\cygwin\home\autobuild\build\Mendix-3.1.1\modeler\Mendix.Modeler.Utility\SQLiteConnector.cs:line 53 at Mendix.Modeler.Utility.SQLiteConnector.TransactionDo[TResult](Func`1 action) in c:\cygwin\home\autobuild\build\Mendix-3.1.1\modeler\Mendix.Modeler.Utility\SQLiteConnector.cs:line 80 at Mendix.Modeler.Utility.SQLiteConnector.Do[TResult](String filePath, Boolean useTransaction, Func`2 action) in c:\cygwin\home\autobuild\build\Mendix-3.1.1\modeler\Mendix.Modeler.Utility\SQLiteConnector.cs:line 52 at Mendix.Modeler.Storage.Database.Do[TResult](String filePath, Boolean useTransaction, Func`2 action) in c:\cygwin\home\autobuild\build\Mendix-3.1.1\modeler\Mendix.Modeler.Storage\Database.cs:line 172 at Mendix.Modeler.Storage.Database.Do(String filePath, Boolean useTransaction, Action`1 action) in c:\cygwin\home\autobuild\build\Mendix-3.1.1\modeler\Mendix.Modeler.Storage\Database.cs:line 154 at Mendix.Modeler.Operations.Updater.UpdateDocument(Document document, String undoDescription, Action action) in c:\cygwin\home\autobuild\build\Mendix-3.1.1\modeler\Modeler\Operations\Updater.cs:line 16 at Mendix.Modeler.Common.NamedDocument.RenameTabbedDocument(String newName) in c:\cygwin\home\autobuild\build\Mendix-3.1.1\modeler\Modeler\Common\Model\NamedDocument.cs:line 101 at Mendix.Modeler.Utility.NameEditorForm.btnOK_Click(Object sender, EventArgs e) in c:\cygwin\home\autobuild\build\Mendix-3.1.1\modeler\Mendix.Modeler.Utility.Gui\NameEditorForm.cs:line 56 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.PerformClick() at System.Windows.Forms.Form.ProcessDialogKey(Keys keyData) at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData) at System.Windows.Forms.TextBoxBase.ProcessDialogKey(Keys keyData) at System.Windows.Forms.Control.PreProcessMessage(Message& msg) at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg) at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg) As you can see from the screenshot the explorer pane gives the correct name, but closing and reopening the model gives again the old name. Any reason why this microflow can not be renamed?
asked
2 answers
1

This bug and related bugs that people encountered when saving documents will be fixed in 3.2.0. The workaround is to go to project-level in the Changes dock before saving documents, but that is something that is easily forgotten, of course. We apologize for the inconvenience.

answered
1

You should probably submit a bug report as this looks like a bug.

answered