- PIM-8480: Remove the job execution message orphans after a job execution purge.
- PIM-8449: Load .env variable with DotEnv
- PIM-8449: AKENEO_PIM_URL configured in community edition
- PIM-8464: Fix the product variant breadcrumb size
- PIM-8462: Fix memory leak in
Pim\Component\Catalog\Job\ComputeFamilyVariantStructureChangesTasklet
.
- Change constructor of
src/Pim/Component/Catalog/Job/ComputeFamilyVariantStructureChangesTasklet.php
: added:Pim\Component\Catalog\Query\ProductQueryBuilderFactoryInterface
andAkeneo\Component\StorageUtils\Cache\EntityManagerClearerInterface
removed:Pim\Component\Catalog\Repository\ProductModelRepositoryInterface
andPim\Component\Catalog\Repository\ProductRepositoryInterface
- PIM-8469: Bump Symfony version to 3.4.28 to fix Intl issues.
- GITHUB-9557: Fix yarn product dependencies requirements, cheers @AngelVazquezArroyo!
- PIM-8450: Fix assets search with underscore in the code
- PIM-8449: Improve job notification by adding a link to the job.
- PIM-7942: Fix tooltip minimal width
- PIM-8417: Fix inconsistent behavior in WYSIWYG editor by disabling HTML prettify
- PIM-8384: Improve queue to consume specific jobs
- PIM-8378: Fix DI for EntityWithFamilyVariantNormalizer injection
- PIM-8385: Fix timeout when launching the clean attributes command
- PIM-8381: Do not expose disabled locales in attribute options export
- PIM-7772: Fix translation in roles ACL
- PIM-8308: Fix broken translation keys for import and export profiles
- PIM-8374: Fix timeout when launching the completeness purge command
- PIM-7596: Fix margins on datagrids under tabs
- PIM-6829: Fix mass edit enabled steps
- PIM-7321: Fix blinking grid elements in gallery mode
- PIM-8351: Fix entity overriding priority
- PIM-8341: Use user locale for job execution normalization
- PIM-8347: Fix variant navigation display in case of long attribute labels
- PIM-8346: Hide the currency selector on the product grid price filters 'empty' and 'not empty'
- PIM-8342: Fix unused imports
- PIM-8329: Add Serbian Flag for CS Region
- PIM-8276: Label or identifier search input is now limited to 255 characters.
- PIM-8322: Add a command to update elasticsearch mapping without having the need to reindex everything.
- PIM-8334: When a translation choice is not correct, it does not break the page anymore.
- PIM-8275: Set default attribute group filter to "All" when selecting attributes on product mass actions
- PIM-8305: Display the correct amount of products and product models deleted by the "Mass delete products" process.
## Bug fixes
- PIM-8319: Prevent users from clicking several times on Import button during file upload.
- PIM-8323: Fix issue on attribute option removing
- PIM-8330: Backport : Allow installation folder to contain src | tests ... for webpack
## Bug fixes
- PIM-8289: Fix search products on label or identifier for product variants ancestors
- Please re-index the products and product models by launching the commands
console akeneo:elasticsearch:reset-indexes -e prod
,pim:product:index --all -e prod
andbin/console pim:product-model:index --all
.
- PIM-8318: Bump Symfony version to 3.4.26 to fix Intl issues.
- PIM-8290: Fix flat to standard conversion of metrics, with unit filled and empty amount
- PIM-8288: keep locale-specific but non-localizable attribute values in the flat normalization to make them appear in the product changeset
- PIM-8269: Do not create empty product values if it relies on an attribute which has been removed from family
- PIM-8251: display variant family code in sidebar if no translated label
- PIM-8253: Fix unique attributes excluded in attributes search
- PIM-8230: Show on hover information for a read-only text in product edit form
- PIM-8245: Fix the save-buttons extension (js) incorrectly resetting its internal state between calls.
- PIM-8176:
Nesting level too deep – recursive dependency?
for some custom reference_data attributes
- PIM-8222: Fix product model issues when code contains
/
(create variant through UI and get product models via API) - PIM-8187: Add the possibility to fetch descendant products and product models
- PIM-8214: Be able to save and launch job even if filter values refer to deleted entities.
- PIM-8214: Remove validators
Pim\Component\Connector\Validator\Constraints\FilterDataValidator
,Pim\Component\Connector\Validator\Constraints\ProductFilterData
andPim\Component\Connector\Validator\Constraints\ProductModelFilterData
- PIM-7966: Fix variant product order on variant product navigation in case of metric variations
- PIM-8177: Remove pages not accessible in case of product number higher than maximum ES window limit (10.000 by default) and add warning message on the last page
- PIM-8197: Use ZipArchive::addFile to avoid too much ram consumption
- PIM-8175: add the possibility to filter on one or several index names when resetting ES indexes
- PIM-8056: Remove bad ACL on the internal API end-point that get an association-type
- PIM-8162: use the catalog locale in product export builder
- PIM-8155: Fix bad ACL set on xlsx product export edit form
- PIM-8134: Fix flickering on assets
- PIM-8131: Labels cannot be used for search in bulk actions
- PIM-7939: Fix PQB search when an attribute as label is on an ancestor.
-> Not mandatory, you can re-index your products and product models to enjoy this fix with commands:
bin/console pim:product:index --all
andbin/console pim:product-model:index --all
.
- PIM-7943: Fix duplicate popin mask in family variant edit form.
- PIM-8010: Add missing job in minimal fixture
- PIM-8007: Content of sortable attribute options is now copyable.
- PIM-8008: Fix attributes sort order in PEF.
- PIM-8022: Fix the job status when using the batch command.
- PIM-8050: Fix ElasticSearch mappings loader
- PIM-7967: Fix ACL for asset categories
- PIM-7969: fix special chars in PDF export
- Force the use of ip-regex at 2.1.0 version. Upper version needs nodejs >= 8 but we have to support nodejs >= 6.
- PIM-7965: fix families patch endpoint when updating a family with a family variant
- PIM-7961: Fix localizable assets used as main image for family and added to product product model
- PIM-7934: Fix translations of product model import
- PIM-7961: Fix localizable assets used as main image for family and added to product product model
- PIM-7899: Remove Date of Birth field
- PIM-7926: Fix the parent property setter when "enabled comparison" is set to false in an import job definition
- PIM-7892: Allow to filter on active catalog locale when adding an attribute to the product export filters
- PIM-7898: Fix tab navigation when the column is collapsed
- PIM-7866: Do not show delete icon on import/export profile if the user doesn't have the right to delete.
- PIM-7910: Search parent filter is now case insensitive
- PIM-7936: Missing breadcrumb when you create Attribute group or Channel
- Please re-index the products and product models by launching the commands
console akeneo:elasticsearch:reset-indexes -e prod
andpim:product:index --all -e prod
.
- PIM-7908: Fix variant family creation if an attribute doesn't have a translation for the current locale
- PIM-7901: Fix memory leak on "compute_family_variant_structure_changes" job
- PIM-7897: Fix multiple calls to get all attribute groups in the PEF.
- PIM-7775: Security patch: check MIME type to be coherent with extension file. Saving products with incoherent file extension and MIME type is now forbidden.
- PIM-7865: Improve performances on Product model export
- PIM-7885: Allow "0" for non decimal metric value
- PIM-7774: Fix refresh of grid date filter
- PIM-7778: Fix ACL on Catalog Volume Monitoring
- PIM-7773: Fix routing issues with product status toggle
- PIM-7776: Fix injection in the job's label in notification area
- PIM-7828: Fix ACL on System Info
- PIM-7824: Fix filter on view with attribute option deleted
- PIM-7852: Increase product import performances and fixes model association import when comparison is disabled
- PIM-7853: Fix unwanted automatic reload of the user page even if there were errors on the form
- PIM-7841: Allow users to set regional locales for UI (en_NZ, pt_PT and pt_BR)
- PIM-7791: Suppress warning on attribute option in case of case sensitive codes
- PIM-7831: Blacklist some characters in user form inputs in order to prevent from malicious injection
- PIM-7823: Fix product gap between product grid and sequential edit when selecting
All
option - PIM-7783: Fix constraint on attribute name
- PIM-7767: Remove option values label from attribute versioning
- PIM-7771: Fix refresh versioning command about duplicate version's rule.
- PIM-7813: Fix a bug that prevents to drag'n'drop an attribute group containing a lot of attributes in the variant family configuration screen.
- PIM-7765: Replace
JSON_ARRAYAGG
byGROUP_CONCAT
PIM-7810: Fix to mass delete products and product models
- PIM-7759: Date range grid filters should be ignored when no value is set
- PIM-7758: Fix the product and product model deletion from the grid
- PIM-7765: Fix the loading of price values for disabled currencies
- PIM-7674: fix Avatar image broken on dashboard
- PIM-7694: fix option null values crashing PDF
- PIM-7731: check for attribute as label not null in normalizers
- PIM-7740: bump summernote version to fix scroll glitches
- PIM-7746: Fix issue when an attribute code is numeric
- PIM-7727: parent filter search case insensitive
- PIM-7724: fix role label update and error displayed on permission save action
- PIM-7747: convert boolean strings in User converter
- PIM-7676: Add code filter on attribute and family grid
- PIM-7673: Fix permissions on locales applied on channel settings page
- PIM-7664: ReferenceDataCollectionValueFactory can now ignore unknown reference data with an optionnal argument and not throw an exception.
- PIM-7672: Fix the mass edit controller to launch jobs with authentication.
- PIM-7629: Fix category filter in product grid.
- PIM-7659: Fix search on the families to get all the results when they have same translations for many locales.
- PIM-7619: Fix search on groups for the variant products.
- PIM-7671: Fix associations tab cannot display more than 24 associated products/product models or 25 groups.
- PIM-7668: Fix issues with timezone in various screen, to always use current user timezone.
- PIM-7656: Fix a bug preventing a link insertion in WYSIWYG mass edit field.
- PIM-7670: Fix issue on SKU filters when changing context
- PIM-7663: Fix API endpoint that list products updated since N days
- PIM-7658: Do not expose disabled locale
- PIM-7653: Fix product export builder when completeness should export products complete on at least one locale
- PIM-7650: Fix Values comparison. Allows to save a variant product with a metric as variant axe.
- Please, for this fix, if you implemented
Pim\Component\Catalog\Model\AbstractValue
in specific code be warned that theisEqual(ValueInterface $value)
method does not work due to a bug. Please, implement it in your own code for your specific business.
- Please, for this fix, if you implemented
- PIM-7652: Fix concurrent edition with the parent of a product or a product model in the UI
- PIM-7648: Fix preview of huge images in Product Edit Form
- PIM-7647: Fix completeness filter on the product export builder
- PIM-7628: Fix the initialization of the product datagrid identifier filter.
- PIM-7594: Fix memory leak in
pim:versioning:purge
command - PIM-7635: Fix elasticsearch config override
- PIM-7598: Fix locale change on reference data on simple and multi select
- PIM-7484: Search families and family variants regardless of the current locale
- PIM-7594: Method
Pim\Bundle\VersioningBundle\Repository\VersionRepositoryInterface::findPotentiallyPurgeableBy
returns now an CursorInterface
- PIM-7612: Add the media/cache/{filter}/{path} route support in order to handle scalable frontend architecture for media content delivering
- PIM-7601: Update Symfony to 3.4.4
- PIM-7610: Add a command to create users
- PIM-7600: Change the default return value of ResetIndexesCommand to true to allow the --no-interaction parameter.
- PIM-7572: Cross to remove associations displayed at PV level whereas association is done at PM level
- PIM-7618: Hide the "Process tracker" link in the Dashboard if the user does not have the permission
- PIM-7626: Fix attribute groups order in the product grid's column configurator
- PIM-7631: Fix API filter product and product model on date with between operator
- PIM-7613: Fix translations of boolean attributes
- PIM-7609: Handle 'empty' and 'not empty' filter types in string filter
- PIM-7580: Fixes the search on categories with product models
- PIM-7573: Fix "nesting level too deep" error during family import
- PIM-7562: Fix API filter product on status and groups
- PIM-7571: Fix job instance validation in case of attribute deletion
- PIM-7542: Fix completeness filter on edit product group page
- PIM-7589: Fix job
compute_product_models_descendants
launched too many times - PIM-7587: Fix the preview generation configuration with imagine
- PIM-7414: Fix localisable assets used as main image for family and added to product, break the product form
- PIM-7414: Change the constructor of
Pim\Bundle\EnrichBundle\Normalizer\ProductNormalizer
to addPim\Bundle\CatalogBundle\Context\CatalogContext
as a new argument.
- PIM-7537: Fix console error in password reset form
- PIM-7552: Fix SKU filter display bug on group grid
- PIM-7543: Forbid usage of 'label' code for attributes to prevent UI bugs
- PIM-7545: Redirect to login page when user is not authenticated anymore
- PIM-7569: Fix limit of 20 results for view selector
- PIM-7529: Fix error when a tree is removed
- PIM-7536: Fix tool-tip error
- GITHUB-8550: Exclude more folders in typescript to improve build time
- GITHUB-8578: Fixed wrong labels displayed in the "active/inactive" filter of user grid" (Thanks oliverde8!)
- PIM-7551: Fix issue on product model import when using custom column headers
- PIM-7541: Fix issue on filtered search on created and updated product and product model properties. Date must be instanciated on server timezone.
- PIM-7528: Fix Product and Product Model date attribute rendering in history panel, no timezone needed.
- PIM-7488: use catalog locale for attributes list in attribute groups
- PIM-7518: fix memory leak in channel/locale clean command
- PIM-7517: fix the product models export filter on identifier
- PIM-7476: fix family select2 to have the right limit
- PIM-7516: fix metric default value on product edit form
IMPORTANT Please run the doctrine migrations command to fix the product models export profiles : bin/console doctrine:migrations:migrate --env=prod
- PIM-7465: Set form data entity into field context.
- PIM-7209: As John, I want to be able to get info about my catalog volume.
- PIM-7347: Improve the calculation of the completeness for locale specific attributes.
- PIM-7345: Remove the "is empty" operator for sku.
- PIM-6897: As Julia, I would like to update the family variant labels from the UI
- PIM-7302: As Julia, I am not able to delete an attribute option if it's use as variant axis.
- PIM-7330: Improve validation message in case of product model or variant product axis values duplication
- PIM-7326: Create a version when the parent of a variant product or a sub product model is changed.
- PIM-6784: Improve the product grid search with categories for products with variants
- PIM-7308: As Julia, I would like to bulk add product models associations if product models are selected.
- PIM-7293: As Julia, I would like to export variant products associations with their parent associations.
- PIM-7001: Don't display remove button on an association if it comes from inheritance
- PIM-7390: In the Product Edit Form, we now keep the context of attributes filter (missing, all, level specific...)
- PIM-7430: Mass associate generate new product version
- PIM-7298: As Julia, I would like to change the parent of a sub product model by import.
- PIM-6350: As Julia, I would like to change the parent of a variant product/sub product model from the UI.
- PIM-7302: Add a 'family_variant' filter in the Product Query Builder with operators 'IN', 'NOT IN', 'EMPTY' and 'NOT EMPTY'.
- PIM-7324: Rework structure version provider to better handle cache invalidation.
- Remove public constant
Pim\Component\Catalog\Validator\Constraints\UniqueVariantAxis::DUPLICATE_VALUE_IN_SIBLING
- Change the method signature of
Pim\Component\Catalog\Validator\UniqueAxesCombinationSet::addCombination
, this method does not return anything anymore, but can throwAlreadyExistingAxisValueCombinationException
- Add method
generateMissingForProducts
toPim\Component\Catalog\Completeness\CompletenessGeneratorInterface
- Add a new public method
findProductModelsForFamilyVariant
toPim\Component\Catalog\Repository\ProductModelRepositoryInterface
- Change signature of
Pim\Bundle\CatalogBundle\Doctrine\Common\Saver\ProductModelDescendantsSaver
constructor to addAkeneo\Component\StorageUtils\Indexer\IndexerInterface
- PIM-6795: As Julia, I would like to display only the current level attributes
- PIM-7284: Be able to bulk change the status of children products if product models are selected
- PIM-7296: As Julia, I would like to change the parent of a variant product by import.
- PIM-6989: As Julia, I would like to associate product models by import
- PIM-7000: As Julia, I would like to manage associations for products models from the UI
- PIM-6991: As Julia, I would like to export product models associations
- PIM-7286: Be able to bulk add children products of product models to group
- PIM-7294: As Julia, I don't want to remove a family with products
- Add typescript support
- Remove methods
getAssociations
,setAssociations
,addAssociation
,removeAssociation
,getAssociationForType
andgetAssociationForTypeCode
fromPim\Component\Catalog\Model\ProductInterface
. These methods are now in thePim\Component\Catalog\Model\EntityWithAssociationsInterface
. - Change signature of
Pim\Component\Catalog\Builder\ProductBuilderInterface::addMissingAssociations
which now accepts aPim\Component\Catalog\Model\EntityWithAssociationsInterface
instead of aPim\Component\Catalog\Model\ProductInterface
- Change signature of
Pim\Component\Catalog\Repository\AssociationTypeRepositoryInterface::findMissingAssociationTypes
which now accepts aPim\Component\Catalog\Model\EntityWithAssociationsInterface
instead of aPim\Component\Catalog\Model\ProductInterface
- Change signature of
Pim\Component\Catalog\Model\AssociationInterface::setOwner
which now accepts aPim\Component\Catalog\Model\EntityWithAssociationsInterface
instead of aPim\Component\Catalog\Model\ProductInterface
- Change signature of
Pim\Component\Connector\ArrayConverter\FlatToStandard\ProductModel
constructor to add thePim\Component\Connector\ArrayConverter\FlatToStandard\Product\AssociationColumnsResolver
- Change signature of
Pim\Component\Component\Catalog\ProductBuilder
constructor to add thePim\Component\Catalog\Association\MissingAssociationAdder
Pim\Component\Catalog\Model\ProductModelInterface
now implementsPim\Component\Catalog\Model\EntityWithAssociationsInterface
IMPORTANT: In order for your PIM to work properly, you will need to run the following commands to add the missing job instances.
- Add the job instance
add_to_group
:bin/console akeneo:batch:create-job "Akeneo Mass Edit Connector" "add_to_group" "mass_delete" "add_to_group" '{}' "Mass add product to group" --env=prod
Please run the doctrine migrations command in order to see the new catalog volume monitoring screen: bin/console doctrine:migrations:migrate --env=prod