Skip to content
Snippets Groups Projects

Issue #3100732: Allow specifying `meta` data on JSON:API objects

Closed Björn Brala requested to merge issue/drupal-3100732:3100732-allow-specifying-meta into 10.1.x
2 files
+ 13
0
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 07635356
    Issue #3137119 by munish.kumar, johnwebdev, Jaypan, jungle, xjm, catch:... · 07635356
    Alex Pott authored
    Issue #3137119 by munish.kumar, johnwebdev, Jaypan, jungle, xjm, catch: User::setExistingPassword() does not return $this for chaining
    
    (cherry picked from commit 51e7a083)
@@ -398,6 +398,7 @@ public function setUsername($username) {
*/
public function setExistingPassword($password) {
$this->get('pass')->existing = $password;
return $this;
}
/**
Loading