Error To Apply Patch

Created on 28 June 2024, 6 months ago

Problem/Motivation

Changed some labels in the Apigee Edge module and created patch but it has error to apply.

Steps to reproduce

1- Go to apigee_edge.module
2- Change labels of line #1137 and #1141
$properties_in_primary = [
'consumerKey' => [
- 'label' => t('Consumer Key'),
+ 'label' => t('Client ID'),
'value_type' => 'plain',
],
'consumerSecret' => [
- 'label' => t('Consumer Secret'),
+ 'label' => t('Client Secret'),
'value_type' => 'plain',
],
3- Created a patch from git command
4- Apply patch
5- Got error: "Could not apply patch! Skipping. The error was: Cannot apply patch..."

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ’¬ Support request
Status

Needs work

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States nguyentom715

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024