Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
OLMIS-7458: Add new lots in receive and physical inventory screens
OLMIS-7458: Add new lots in receive and physical inventory screens
OLMIS-7458: Add new lots in receive and physical inventory screens

  1. … 31 more files in changeset.
OLMIS-7384 Hide OS keyboard on date input in adjustment creation

  1. … 3 more files in changeset.
OLMIS-7291: Fixed issue with missing data after changing page on the Issue/Receive/Adjustment...
OLMIS-7291: Fixed issue with missing data after changing page on the Issue/Receive/Adjustment...
OLMIS-7291: Fixed issue with missing data after changing page on the Issue/Receive/Adjustment screen

  1. … 3 more files in changeset.
OLMIS-6596: Hide reasons dropdown on Kit unpacking screen.

  1. … 6 more files in changeset.
OLMIS-6596: Hide reasons dropdown on Kit unpacking screen.

  1. … 6 more files in changeset.
Then we can remove it here.

Then we can remove it here.

Nikodem Graczewski this is added to adjustment-creation.module.js. Did I miss anything?

Nikodem Graczewski this is added to adjustment-creation.module.js. Did I miss anything?

These should be added as a dependency to the adjustment-creation module.

These should be added as a dependency to the adjustment-creation module.

Refactor to:         return { KIT_UNPACK_REASON_ID': '@@KIT_UNPACK_REASON_ID', UNPACKED_FROM_KIT_REASON_ID': '@@UNPACKED_FROM_KIT_REASON_ID' };

Refactor to:

        
return {
    KIT_UNPACK_REASON_ID': '@@KIT_UNPACK_REASON_ID',
    UNPACKED_FROM_KIT_REASON_ID': '@@UNPACKED_FROM_KIT_REASON_ID'
};
OLMIS-6201: disallow choosing wrong unpack reason.
OLMIS-6201: disallow choosing wrong unpack reason.
OLMIS-6201: disallow choosing wrong unpack reason.

  1. … 4 more files in changeset.
Yea, that might be problematic, could we maybe create another one that will have this "font" parameter and take content as param?

Yea, that might be problematic, could we maybe create another one that will have this "font" parameter and take content as param?

The mixin doesn't seem to work in this case. So I mimiced how the invalid icon is set up.

The mixin doesn't seem to work in this case. So I mimiced how the invalid icon is set up.

It won't, from the implementers point of view nothing changes.

It won't, from the implementers point of view nothing changes.

add info about fixing/changing auto-resize directive, or it will not affect elements other than date inputs?

add info about fixing/changing auto-resize directive, or it will not affect elements other than date inputs?

I think that we have a icon style that we can include here?

I think that we have a icon style that we can include here?

I think that we should have info about changing ui-components version in all changelogs.

I think that we should have info about changing ui-components version in all changelogs.

Please remove unnecessary "=" after "required".

Please remove unnecessary "=" after "required".

OLMIS-4813: Changed syntax for using datepicker
OLMIS-4813: Changed syntax for using datepicker
OLMIS-4813: Updated datepickers to use the new syntax

  1. … 3 more files in changeset.