agama-project / agama

A service-based Linux installer
https://agama-project.github.io/
GNU General Public License v2.0
143 stars 43 forks source link

Questions client only reads the first question #582

Closed joseivanlopez closed 5 months ago

joseivanlopez commented 1 year ago

When there are more than one question, questions.js only reads the first question.

The bug is here https://github.com/openSUSE/agama/blob/device-selector-ui/web/src/client/questions.js#L135.

lalitkumawat1m commented 1 year ago

Hey @joseivanlopez, could you please describe the issue in detail? I am willing to work on this issue.

joseivanlopez commented 1 year ago

This issue is kind of blocked now because we are introducing some changes to the D-Bus API, see https://github.com/openSUSE/agama/pull/637. Probably we will need to adapt the Questions cockpit client after merging #637, fixing this issue as part of the adaptation.

I would suggest you to focus on another issue. For example, you might be interested on:

The following ones require some previous discussion, but we are open to suggestions:

imobachgs commented 5 months ago

It is already working (tried in the new UI). Thanks!