Skip to content

Commit

Permalink
Merge branch 'feat/status-message' of gh-ietf:ietf-tools/datatracker …
Browse files Browse the repository at this point in the history
…into feat/status-message
  • Loading branch information
holloway committed Jul 30, 2024
2 parents 93eb0f0 + 9db7147 commit 2c9c897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ietf/name/fixtures/names.json
Original file line number Diff line number Diff line change
Expand Up @@ -3464,7 +3464,7 @@
"parent_types": [],
"req_subm_approval": true,
"role_order": "[\n \"chair\",\n \"delegate\"\n]",
"session_purposes": "[\n \"officehours\"\n]",
"session_purposes": "[\n \"officehours\",\n \"regular\"\n]",
"show_on_agenda": true
},
"model": "group.groupfeatures",
Expand Down
2 changes: 1 addition & 1 deletion ietf/person/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from ietf.utils.urls import url

urlpatterns = [
url(r'^merge/$', views.merge),
url(r'^merge/?$', views.merge),
url(r'^search/(?P<model_name>(person|email))/$', views.ajax_select2_search),
url(r'^(?P<personid>[0-9]+)/email.json$', ajax.person_email_json),
url(r'^(?P<email_or_name>[^/]+)$', views.profile),
Expand Down

0 comments on commit 2c9c897

Please sign in to comment.