Skip to content

Commit

Permalink
fix: Context columns on smart browse. (#23)
Browse files Browse the repository at this point in the history
![imagen](https://github.com/adempiere/adempiere-kafka-connector/assets/20288327/24ad5ee8-29c6-4566-9c59-aefc24e7c016)




Before this changes
```json
{
	"context_column_names": [
		"C_PaySelection_ID"
	]
}
```


After this changes
```json
{
	"context_column_names": [
		"PayDate",
		"INV_IsSOTrx",
		"C_Currency_ID",
		"C_PaySelection_ID",
		"PS_C_Currency_ID"
	]
}
```



#### Additional context
fixes solop-develop/frontend-core#2294
  • Loading branch information
EdwinBetanc0urt committed Jun 4, 2024
1 parent 62a440e commit d2ca257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ dependencies {
// Business Processors (To Task's and Schedulers)
implementation "${baseGroupId}:adempiere-business-processors:1.1.0"
// Engine as Queue
implementation "${baseGroupId}:adempiere-kafka-connector:1.2.7"
implementation "${baseGroupId}:adempiere-kafka-connector:1.2.8"
// Third part access using JWT
implementation "${baseGroupId}:adempiere-jwt-token:1.0.2"
// https://mvnrepository.com/artifact/com.nimbusds/oauth2-oidc-sdk
Expand Down

0 comments on commit d2ca257

Please sign in to comment.