-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using client side less compilation, admin tabs appearance is broken #3325
Comments
You can explain more details about your current issue? |
Of course. I'm working without any cache, and configured the client side less compilation (as I just said) Admin horizontal tabs should look like that :
But instead of being on top of the content contained by those tabs, they are left on the left, and look like this
And some features are not available. You should have a look at what happens to the categories (js) tree. on the category page of the admin. |
Can confirm this happens. When enabling Less Compilation on the Client Side in a Blank Magento 2 (2.0.2) Installation the Backend looks like this: As you can see the Caches are invalid, so if I refresh them with The Magento Installation I took the Screenshot from runs on my localhost and has nothing in it (no Sample Data, no custom CMS pages, no custom CSS/LESS) - it's just a plain Magento I installed on Monday from the tar Archive. Software StackProbably doesn't matter much but here is it is: OS: Ubuntu 15.10 Magento Version: 2.0.2 Enabled PHP Modules: [PHP Modules]
bcmath
bz2
calendar
Core
ctype
curl
date
dba
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
intl
json
libxml
mbstring
mcrypt
mhash
mysql
mysqli
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xdebug
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib
[Zend Modules]
Xdebug
Zend OPcache |
Switching between compilation modes doesn't clean So cleaning |
@Vaseltior Do you have any other questions? |
Sounds like changing mode needs to automatically clear the relevant parts of pub/static then? |
@maderlock Thank you! |
@Vaseltior Looks like this issue can be closed. Feel free to create new if you still have an issue. |
Some parts of the back-office are then unavailable. Clearly, you can't use the back office when the client side compilation of less files is active.
The text was updated successfully, but these errors were encountered: