Skip to content

fix: Don't show reorder UI fixtures unless user can reorder#4785

Merged
rjsparks merged 2 commits into
ietf-tools:mainfrom
larseggert:fix-4773
Nov 28, 2022
Merged

fix: Don't show reorder UI fixtures unless user can reorder#4785
rjsparks merged 2 commits into
ietf-tools:mainfrom
larseggert:fix-4773

Conversation

@larseggert

Copy link
Copy Markdown
Collaborator

Fixes #4773

@codecov

codecov Bot commented Nov 23, 2022

Copy link
Copy Markdown

Codecov Report

Merging #4785 (d08b8b6) into main (9579f61) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4785      +/-   ##
==========================================
- Coverage   88.51%   88.50%   -0.01%     
==========================================
  Files         296      296              
  Lines       39851    39851              
==========================================
- Hits        35273    35272       -1     
- Misses       4578     4579       +1     
Impacted Files Coverage Δ
ietf/doc/views_search.py 88.81% <0.00%> (-0.42%) ⬇️
ietf/utils/mail.py 80.09% <0.00%> (+0.23%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

</td>
<td class="text-end">
{% if user|has_role:"Secretariat" or can_manage_materials %}
{% if pres.document.type.slug != 'bluesheets' or user|has_role:"Secretariat" or meeting.type.slug == 'interim' and can_manage_materials %}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did this block move?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So the float-end looks better.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see, at this point, how the float-end could have been affected?

@rjsparks
rjsparks merged commit f567b0c into ietf-tools:main Nov 28, 2022
larseggert added a commit to larseggert/datatracker that referenced this pull request Nov 29, 2022
@larseggert
larseggert deleted the fix-4773 branch November 29, 2022 06:39
rjsparks added a commit that referenced this pull request Dec 2, 2022
* Handle single-word author names

* Some i18n names, e.g., "शिला के.सी." have a dot at the end that is
also part of the ASCII, e.g., "Shilaa Kesii." That trailing dot breaks
extract_authors(). Avoid this issue by stripping the dot from the
ASCII.

* Honorifics need to be part of the extracted ASCII name (e.g., "Lady Garcia")

* feat: stop supporting pre-tzaware migration database dumps. (#4782)

* feat: stop supporting pre-tzaware migration database dumps.

* chore: remove unnecessary env variable

* chore: Use `codespell` to fix typos in comments. (#4794)

First part of replacement of #4651

* feat: Only show IPR search form when not showing search results  (#4793)

* feat: Only show IPR search form when not showing search results

Put it into a collapsible that is only expanded by default when not
showing search results.

Fixes #4569

* Don't use example target name

* fix: Don't show reorder UI fixtures unless user can reorder (#4785)

Fixes #4773

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>

* chore: Update deps and fix resulting HTML validation issues (#4790)

* ci: add missing build matrix config for test-playwright-legacy step

* Single-letter last names exist (e.g., "Carolina de la O")

* Align regex with others

* Fix extraction of very long author names

* Need to be more general

* Add comment

* Also handle i18n names with trailing semicolons

* Name suffixes need to be part of the extracted author names

* Handle i18n names with embedded commas

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
Co-authored-by: Nicolas Giard <github@ngpixel.com>
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Dec 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dragdrop handles appear on session detail page even when not logged in

2 participants