Skip to content

[FIX] missing dependency to IAP

Renzo Meister requested to merge jamotion/flectra:fix/iap into master

Description of the issue/feature this MR addresses:

The -u all is not working stable. Because web_flectra module does change some view parts of module iap but has no dependency to it.

Current behavior before MR:

-u web_flectra will fail

Desired behavior after MR is merged:

-u web_flectra is working

Merge request reports