[DRAFT] multi-language support: sync nodeView with FilterOptionsPopup#823
[DRAFT] multi-language support: sync nodeView with FilterOptionsPopup#823jperedadnr wants to merge 2 commits intoikmdev:mainfrom
Conversation
|
Adding comments from the original ticket here for additional context: 9/26/2025 from Jose Pereda: Added a Draft PR: #823 I didn't get to fix the above issue, so it is not working, but everything is more or less set to pick it up when time permits and the issue gets solved. 9/25/2025 from Jose Pereda: I'm trying this now, just directly over the ConceptNavigator View, in ConceptPatternNavController::loadConceptNavigatorPanel, outside the FilterOptionsPopup and all the listeners: and I get this output: Am I doing anything wrong? Why the view seems to get the two languages, but then it keeps only the first language? I can see that the internal viewCalculator (see ObservableViewBase) gets updated because of the change listener: but not the rest of the properties... 9/24/2025 from Jose Pereda I'm trying now this, after a change in the FilterOptionsPopup: If I'm doing it right, that seems to work... The following screen recording https://drive.google.com/file/d/1iM1xND46D4RVBnop_qrhEYjfLRjWpj4b/view?usp=sharing shows:
|
Do not merge
This is a draft, it is not working yet, as there is an issue updating the nodeView with two languages (the second one gets lost, but maybe I'm using the wrong API).
Once that is solved, it would need to be tested properly.