Image manager not renaming and moving files

Hey!
I might be doing something wrong, but when uploading files of type Icon to a project, i would expect the file to be renamed and moved to the _lib/img folder

According to the docs, a file named for example “image.png” uploaded as a project icon, should be renamed as grp__NM__ico__NM__image.png.
This works as expected for some files I have uploaded as General images to the User, but not the specific case I mention above.

The file should also be moved to the app/project_name/_lib/img folder on dev, or /project_name/_lib/img on production… Neither of these are the case…

These files are being uploaded with their original name, to the devel/conf/grp/project_name/img/ico folder on dev, and they are NOT being copied to any folder when deploying (at least I haven’t been able to find them anywhere)

Anyone else seen this?