backdrop-contrib / faqfield

This module provides a field for frequently asked questions.
GNU General Public License v3.0
0 stars 0 forks source link

FAQ field doesn't save Default value #4

Open olafgrabienski opened 3 months ago

olafgrabienski commented 3 months ago

When you add a default value to a FAQ field, it doesn't get saved.

Steps to reproduce:

  1. Add a FAQ field to a content type, or use an existing FAQ field.
  2. Change the default value of the question and / or the answer.
  3. Save the settings.
  4. Configure the field again, and look at the default value.

Actual behavior: The default value is empty.

Expected behavior: There is a default value, e.g. a default answer.

olafgrabienski commented 3 months ago

I have noticed the issue for the first time, when I tried to change the Default value's text format for the "Formattable textarea" answer widget. Note to myself: Test a possible fix also for this use case.