Skip to content

Commit

Permalink
Updated modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra committed Oct 20, 2024
1 parent 1a391f8 commit 1b4f6d9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
14 changes: 7 additions & 7 deletions composer.lock

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

5 changes: 3 additions & 2 deletions modules/tragedy_commons/src/Form/RequestsApproveForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
$from = $this->config('system.site')->get('mail');
$params = [
'gid' => $request->gid,
'first_name' => $request->firstname,
'last_name' => $request->lastname,
'test_gid' => $request->gid + 1,
'firstname' => $request->firstname,
'lastname' => $request->lastname,
];
$language_code = $this->languageManager->getDefaultLanguage()->getId();

Expand Down
4 changes: 2 additions & 2 deletions modules/tragedy_commons/tragedy_commons.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ core_version_requirement: ^10 || ^11
package: Development

# Information added by Drupal.org packaging script on 2024-10-20
version: '1.0.4-alpha5'
version: '1.0.4-alpha6'
project: 'tragedy_commons'
datestamp: 1729457234
datestamp: 1729457987

0 comments on commit 1b4f6d9

Please sign in to comment.