Skip to content

Commit

Permalink
Merge pull request #1288 from necyberteam/md-dev
Browse files Browse the repository at this point in the history
Md dev
  • Loading branch information
a-pasquale authored Nov 15, 2024
2 parents 057dd70 + 33fc011 commit c1d9bc7
Show file tree
Hide file tree
Showing 16 changed files with 1,494 additions and 25 deletions.
1 change: 1 addition & 0 deletions blt/md/md-2230
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ccmnet_org
1 change: 1 addition & 0 deletions blt/md/md-2252
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ccmnet_org
1 change: 1 addition & 0 deletions blt/md/md-2266
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
amp_cyberinfrastructure_org
1 change: 1 addition & 0 deletions blt/md/md-2269
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
amp_cyberinfrastructure_org
1 change: 1 addition & 0 deletions blt/md/md-2275
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
amp_cyberinfrastructure_org
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
"drupal/recaptcha_v3": "^2.0",
"drupal/recurring_events": "^2.0@RC",
"drupal/redirect": "^1.8",
"drupal/redis": "^1.8",
"drupal/rel_to_abs": "^2.2",
"drupal/restui": "^1.20",
"drupal/role_delegation": "^1.1",
Expand Down
82 changes: 74 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ function user199_verify_self_cp() {
.should('have.attr', 'href', "/affinity-groups");
cy.contains('Add Resource')
.should('have.attr', 'href', "/form/resource");
cy.contains('See engagements')
.should('have.attr', 'href', "/engagements");
// Todo: MATCH Engagements only displayed on people with an Engagement
// cy.contains('MATCH Engagements')
// .should('have.attr', 'href', "/engagements");
}

/**
Expand Down
1 change: 1 addition & 0 deletions web/sites/default/config/default/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ module:
recurring_events: 0
recurring_events_views: 0
redirect: 0
redis: 0
rel_to_abs: 0
rest: 0
restui: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ settings:
-
value: Reconfiguration
label: Reconfiguration
-
value: Degraded
label: Degraded
allowed_values_function: ''
module: options
locked: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies: { }
id: _resume
path: /resume
bypass: false
grant_file_owners: true
grant_file_owners: false
users: { }
roles:
administrator: administrator
Expand Down Expand Up @@ -41,3 +41,6 @@ roles:
ccmnet_pm: '0'
consultant: '0'
cip: '0'
site_developer: '0'
ccmnet: '0'
ccmnet_admin: '0'
80 changes: 70 additions & 10 deletions web/sites/default/config/default/views.view.ag_instances_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,72 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
nid_1:
id: nid_1
table: node_field_data
field: nid
relationship: none
group_type: group
admin_label: 'Full URL'
entity_type: node
entity_field: nid
plugin_id: field
label: ''
exclude: false
alter:
alter_text: true
text: 'https://support.access-ci.org/node/{{ nid_1 }}'
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: false
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: number_integer
settings:
thousand_separator: ''
prefix_suffix: false
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
field_affinity_group_category:
id: field_affinity_group_category
table: node__field_affinity_group_category
Expand Down Expand Up @@ -1146,9 +1212,6 @@ display:
field_coordinator_1:
alias: coordinator_name
raw_output: false
nothing:
alias: coordinator
raw_output: false
field_image:
alias: ''
raw_output: false
Expand All @@ -1161,11 +1224,8 @@ display:
nid:
alias: ''
raw_output: false
view:
alias: kb
raw_output: false
view_1:
alias: events
nid_1:
alias: url
raw_output: false
field_affinity_group_category:
alias: ''
Expand All @@ -1176,8 +1236,8 @@ display:
field_use_ext_email_list:
alias: ''
raw_output: false
view_2:
alias: votes
field_ask_ci_locale:
alias: ''
raw_output: false
display_extenders:
jsonapi_views:
Expand Down
Loading

0 comments on commit c1d9bc7

Please sign in to comment.