-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1312 from necyberteam/md-dev
Md dev
- Loading branch information
Showing
57 changed files
with
5,176 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
amp_cyberinfrastructure_org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
diff --git a/modules/recurring_events_registration/recurring_events_registration.links.task.yml b/modules/recurring_events_registration/recurring_events_registration.links.task.yml | ||
index 95e3694..7f8f908 100644 | ||
--- a/modules/recurring_events_registration/recurring_events_registration.links.task.yml | ||
+++ b/modules/recurring_events_registration/recurring_events_registration.links.task.yml | ||
@@ -25,20 +25,6 @@ entity.registrant.delete_form: | ||
title: Delete | ||
weight: 10 | ||
|
||
-# Registrant add tab. | ||
-entity.registrant.add_form: | ||
- route_name: entity.registrant.add_form | ||
- base_route: entity.eventinstance.canonical | ||
- title: 'Register' | ||
- weight: 11 | ||
- | ||
-# Registrant instance listing tab. | ||
-entity.registrant.instance_listing: | ||
- route_name: entity.registrant.instance_listing | ||
- base_route: entity.eventinstance.canonical | ||
- title: 'Registrations' | ||
- weight: 12 | ||
- | ||
# Registrant user listing tab. | ||
entity.user.registrations: | ||
route_name: registrations.user_tab | ||
diff --git a/modules/recurring_events_registration/recurring_events_registration.routing.yml b/modules/recurring_events_registration/recurring_events_registration.routing.yml | ||
index d5379ef..77af023 100644 | ||
--- a/modules/recurring_events_registration/recurring_events_registration.routing.yml | ||
+++ b/modules/recurring_events_registration/recurring_events_registration.routing.yml | ||
@@ -174,8 +174,7 @@ entity.registrant.instance_contact: | ||
_form: '\Drupal\recurring_events_registration\Form\ContactForm' | ||
_title: 'Contact Registrants' | ||
requirements: | ||
- _permission: 'access registrant overview' | ||
- _custom_access: '\Drupal\recurring_events_registration\Controller\RegistrantController::canContactRegistrants' | ||
+ _custom_access: '\Drupal\access_misc\Controller\EventWaitlist::isAuthor' | ||
options: | ||
parameters: | ||
eventinstance: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Facets pages | ||
Disallow: /affinity-groups | ||
Disallow: /events | ||
Disallow: /events/past | ||
Disallow: /mentorships | ||
Disallow: /members | ||
Disallow: /community/cssn/directory | ||
Disallow: /people | ||
Disallow: /knowledge-base/resources | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
web/sites/default/config/default/block.block.asptheme_registrationslistinglink.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
uuid: 3579d5b5-59a5-4ff5-978b-73a389e172e3 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- access_misc | ||
- system | ||
theme: | ||
- aspTheme | ||
id: asptheme_registrationslistinglink | ||
theme: aspTheme | ||
region: content | ||
weight: -32 | ||
provider: null | ||
plugin: registrations_listing_link | ||
settings: | ||
id: registrations_listing_link | ||
label: 'Registrations Listing Link' | ||
label_display: '0' | ||
provider: access_misc | ||
visibility: | ||
request_path: | ||
id: request_path | ||
negate: false | ||
pages: "/events/*\r\n!/events/*/*\r\n!/events/past\r\n!/events/mine" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.