Skip to content

surface conflicting prefixes when reviewing organizations #18036

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ewdurbin
Copy link
Member

Screenshot 2025-04-27 at 7 29 26 AM

@ewdurbin ewdurbin requested a review from a team as a code owner April 27, 2025 11:30
Comment on lines +404 to +415
{% if conflicting_namespace_prefixes %}
<div class="form-group">
<label class="col-12 control-label">
Conflicting Prefixes <i class="fa fa-clipboard-question text-orange"></i>
</label>
<div class="col-12">
<table class="table">
<tr><th>Application</th><th>Status</th><th>Submitted</th><th>Requestor</th></tr>
{% for application in conflicting_namespace_prefixes %}
<tr>
<td><a target="_blank" href="{{ request.route_url('admin.organization_application.detail', organization_application_id=application.id) }}">{{ application.name }}</a></td>
<td>{{ application.status }}</td>
Copy link
Member

Choose a reason for hiding this comment

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

I think we could probably just replace the 'conflicting applications' section with this rather than potentially duplicating it here, it should be clear enough which are exact matches & which are prefixes?

Copy link
Member

@di di left a comment

Choose a reason for hiding this comment

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

lgtm otherwise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants