marta-jankovics commented on code in PR #3385:
URL: https://github.com/apache/fineract/pull/3385#discussion_r1303975742


##########
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:
   Exactly, that was the problem, not sending something on update means no 
change and not set to default value. If the field is mandatory, then it was 
already set on insert.



-- 
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]

Reply via email to