DataSetBuilder.st
changeset 1901 e04a945850a4
parent 1887 b012215061b9
child 1902 2477c91ce2fb
equal deleted inserted replaced
1900:41ba86fb1087 1901:e04a945850a4
  2831 !DataSetBuilder methodsFor:'private'!
  2831 !DataSetBuilder methodsFor:'private'!
  2832 
  2832 
  2833 askForListModification
  2833 askForListModification
  2834     "asks for resource modification"
  2834     "asks for resource modification"
  2835 
  2835 
  2836     modalOpened ifFalse:[
  2836     ^ super askForListModification
  2837         ^ super askForListModification
  2837 "/    modalOpened ifFalse:[
  2838     ].
  2838 "/        ^ super askForListModification
  2839     ^true
  2839 "/    ].
  2840 
  2840 "/    ^true
  2841 !
  2841 !
  2842 
  2842 
  2843 labelFromColumn:aColumn
  2843 labelFromColumn:aColumn
  2844     |label|
  2844     |label|
  2845 
  2845