marta-jankovics commented on code in PR #3385:
URL: https://github.com/apache/fineract/pull/3385#discussion_r1303474307
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/datatable/DatatableUniqueAndIndexColumnTest.java:
##########
@@ -176,6 +176,7 @@ public void
testDatableModificationWithUniqueAndIndexedColumns() {
changeColumns.setName(column1Name);
String newColumnName = column1Name + "new";
changeColumns.setNewName(newColumnName);
+ changeColumns.setUnique(false);
Review Comment:
I am adding a note on my PR because I would like this change to be approved.
This field was requested to be unique: true, indexed: true already on
create. So sending an update request with the indexed flag to be true can not
set the unique flag to false. I think this was a bug, but please confirm.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]