BUG 12141 "Error en la validacion de tipo de datos en un..." SOLVED
- Error en la validacion de tipo de datos en un pmtable - Problema resuelto, cuando se crea un PM Table al adicionar un nuevo campo de tipo CHAR y VARCHAR, puede ser determinado como Primary Key. * Available from version ProcessMaker-2.5.1-testing.3
This commit is contained in:
@@ -241,7 +241,13 @@ Ext.onReady(function(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
//String
|
//String
|
||||||
if (selCombo == "CHAR" || selCombo == "VARCHAR" || selCombo == "LONGVARCHAR") {
|
if (selCombo == "CHAR" || selCombo == "VARCHAR") {
|
||||||
|
swAI = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if (selCombo == "LONGVARCHAR") {
|
||||||
|
swPK = 0;
|
||||||
swAI = 0;
|
swAI = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user