Skip to content

Commit

Permalink
Merge pull request #900 from chapter-three/fix/SRL-json-api-restricte…
Browse files Browse the repository at this point in the history
…d-access

Fix/srl json api restricted access
  • Loading branch information
archanajcc authored May 17, 2023
2 parents 2b2ed4e + 68638ca commit 263e9db
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 1 deletion.
3 changes: 3 additions & 0 deletions composer-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ packages:
drupal/honeypot: 2.1.1
drupal/inline_entity_form: 1.0.0-rc11
drupal/insert_view_adv: 'dev-2.0.x:5d3dd71fa9d3f878eacd93452873b29fc808d857'
drupal/jsonapi_extras: 3.23.0
drupal/key: 1.15.0
drupal/linkit: 5.0.0-beta13
drupal/log_stdout: 1.3.0
Expand Down Expand Up @@ -139,6 +140,7 @@ packages:
drupal/workbench: 1.3.0
drupal/xmlsitemap: 1.2.0
drush/drush: 10.3.6
e0ipso/shaper: 1.2.4
egulias/email-validator: 3.2.5
enshrined/svg-sanitize: 0.15.4
enyo/dropzone: 5.5.0
Expand All @@ -154,6 +156,7 @@ packages:
html2text/html2text: 4.3.1
joachim-n/composer-manifest: 1.1.4
judicialcouncil/courtyard-artifact: 0.1.347
justinrainbow/json-schema: 5.2.12
laminas/laminas-diactoros: 2.14.0
laminas/laminas-escaper: 2.9.0
laminas/laminas-feed: 2.17.0
Expand Down
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/honeypot": "^2.1",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/insert_view_adv": "2.0.x-dev@dev",
"drupal/jsonapi_extras": "^3.23",
"drupal/key": "^1.10",
"drupal/linkit": "^5.0@beta",
"drupal/login_emailusername": "^1.1",
Expand Down
179 changes: 178 additions & 1 deletion composer.lock

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

1 change: 1 addition & 0 deletions config/config-default/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ module:
jcc_forms: 0
jcc_twig: 0
jsonapi: 0
jsonapi_extras: 0
key: 0
language: 0
link: 0
Expand Down
5 changes: 5 additions & 0 deletions config/config-default/jsonapi_extras.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
_core:
default_config_hash: MkHeCM1mSSJO-NAGk-71UEfY-Pm136zlecHR7qU2w00
path_prefix: jsonapi
include_count: false
default_disabled: true

0 comments on commit 263e9db

Please sign in to comment.