OnkelDok

Results 36 comments of OnkelDok

After a look into the start up sequence I realized we have to migrate the portfolio-xml-file and the settings-file (``ClientInput.preferencesStore``). In the ``ClientFactory.upgradeModel`` method only the portfolio-xml-file is migrated and...

With merging/relocating filter from settings into client, do you mean only the filter itself (ident, name, filterdata)? Or do you also want to merge the link to the filter, which...

> > Maybe the logic can be: > > * use the new id to identify > > * if nothing is found AND it is a filter, fall back...

I made some additional changes. In current version of the PR following steps are executed: - load existing filters and assign new unique guids - migrate usages of filters in...

I hope you have a great vacation, @buchen! With [17a4ffe](https://github.com/buchen/portfolio/pull/2931/commits/17a4ffed3f21c9428cce4c00d7374d69309111e5) I moved the filters from settings file into client XML. I hope it is as you described. One problem I...

Sorry for the following long text. I just wrote down my ideas when implementing and testing. If you want you can skip the first part until the third solution at...

In the initial post of this PR I've created a list of all functional changes. With the last three commits I moved the filter references (which so far where saved...

Hello @funnym0nk3y, do you mean this update issue? https://user-images.githubusercontent.com/90478568/142997042-d7c6e736-63e8-404f-93b8-99e678847281.mov In the video security 1 is assigned to ref1 and dep1 and security 2 to ref2 and dep2. In current version...

Thank you for the gif. In your gif you also see the issue I captured in my video. Ok I understand this and I will try to find the reason...

I think I have a rough idea what the cause is for this issue with resetting filter of the dashboard widgets after changing filters. But because I dont have this...