Skip to content

Commit

Permalink
Changes for Callback url converts to string (#647)
Browse files Browse the repository at this point in the history
* Changes for Callback url

* CHanges for specific updates

* Removed the update as it was not required

---------

Co-authored-by: Divyajose <[email protected]>
  • Loading branch information
kedarkhaire and divya-intelli authored Sep 7, 2023
1 parent 9570f5a commit 5e1ce40
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apigee_devportal_kickstart.install
Original file line number Diff line number Diff line change
Expand Up @@ -703,4 +703,4 @@ function apigee_devportal_kickstart_update_9002() {

// Clear all caches.
drupal_flush_all_caches();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ content:
region: content
settings: { }
third_party_settings: { }
type: uri_link
type: basic_string
createdAt:
type: timestamp_ago
label: inline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ content:
region: content
settings: { }
third_party_settings: { }
type: uri_link
type: basic_string
createdAt:
type: timestamp_ago
label: inline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ content:
region: content
settings: { }
third_party_settings: { }
type: uri_link
type: basic_string
createdAt:
type: timestamp_ago
label: inline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ content:
region: content
settings: { }
third_party_settings: { }
type: uri_link
type: basic_string
createdAt:
type: timestamp_ago
label: inline
Expand Down

0 comments on commit 5e1ce40

Please sign in to comment.