-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback 3.0.0-apha #4969
Closed
4 tasks done
Milestone
Comments
sergei-maertens
added
the
triage
Issue needs to be validated. Remove this label if the issue considered valid.
label
Dec 27, 2024
sergei-maertens
added a commit
that referenced
this issue
Dec 31, 2024
Bootstrap CSS hides the django collapsed fieldsets because no .show class is present. The easiest workaround is to add this class name to ignore bootstrap's behaviour.
sergei-maertens
added a commit
that referenced
this issue
Dec 31, 2024
Separate the fields for the introduction page content and the form explanation content on the start page. The introduction page is optional, and that's highlighted by putting it in a collapsed fieldset, separated from the explanation template on the start page.
sergei-maertens
added a commit
that referenced
this issue
Dec 31, 2024
In an attempt to declutter, related fields are now grouped in fieldsets and especially fields that are optional are collapsed by default. The fieldsets report a status where relevant to get a quick overview, e.g. showing that no auth is configured or that the form is indeed currently active (without being in maintenance mode).
10 tasks
sergei-maertens
added a commit
that referenced
this issue
Dec 31, 2024
In an attempt to declutter, related fields are now grouped in fieldsets and especially fields that are optional are collapsed by default. The fieldsets report a status where relevant to get a quick overview, e.g. showing that no auth is configured or that the form is indeed currently active (without being in maintenance mode).
sergei-maertens
added a commit
that referenced
this issue
Jan 1, 2025
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
If a name and slug (required fields) are provided, the fieldset is collapsed.
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
Bootstrap CSS hides the django collapsed fieldsets because no .show class is present. The easiest workaround is to add this class name to ignore bootstrap's behaviour.
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
Separate the fields for the introduction page content and the form explanation content on the start page. The introduction page is optional, and that's highlighted by putting it in a collapsed fieldset, separated from the explanation template on the start page.
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
In an attempt to declutter, related fields are now grouped in fieldsets and especially fields that are optional are collapsed by default. The fieldsets report a status where relevant to get a quick overview, e.g. showing that no auth is configured or that the form is indeed currently active (without being in maintenance mode).
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
If a name and slug (required fields) are provided, the fieldset is collapsed.
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
Bootstrap CSS hides the django collapsed fieldsets because no .show class is present. The easiest workaround is to add this class name to ignore bootstrap's behaviour.
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
Separate the fields for the introduction page content and the form explanation content on the start page. The introduction page is optional, and that's highlighted by putting it in a collapsed fieldset, separated from the explanation template on the start page.
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
In an attempt to declutter, related fields are now grouped in fieldsets and especially fields that are optional are collapsed by default. The fieldsets report a status where relevant to get a quick overview, e.g. showing that no auth is configured or that the form is indeed currently active (without being in maintenance mode).
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
If a name and slug (required fields) are provided, the fieldset is collapsed.
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
Set up a post-migrate hook to load the map tile layers fixture.
10 tasks
sergei-maertens
removed
the
triage
Issue needs to be validated. Remove this label if the issue considered valid.
label
Jan 2, 2025
Submission limits seem to reset when saving the form
|
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
sergei-maertens
added a commit
that referenced
this issue
Jan 2, 2025
If the GET data is stale while the form is loaded in the admin, counter updates done between loading-and-saving are dropped and overwritten with the stale counter. Dropping this key entirely (since it's optional anyway) is the easiest way to prevent this.
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Needs fixing
default_map_tile_layers_json
fixture is not loaded (and doesn't use natural keys)To discuss
Objects API prefill -> the retrieved object is not actually saved in a variable, only the derived propertieskeep it as it isThe text was updated successfully, but these errors were encountered: