7746 - Caselog edition button active even if the user has a read-only access to the object

Remove unwanted modifications pushed on the wrong branch
This commit is contained in:
xavier.guiboud-ribaud@combodo.com
2024-11-26 13:54:19 +01:00
parent d6f3ee9758
commit 8103f4c92c
2 changed files with 1 additions and 20 deletions

View File

@@ -1150,12 +1150,11 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
}
}
.form_field .form_mandatory .control-label:after{
content: "\1F6C8";
content: "\002a";
position: relative;
left: 3px;
color: $brand-primary;
font-size: 0.9em;
font-weight: 200;
};
/* Note: We don't put the .form_field selector as it must work for read-only */
.form-control-static img{

View File

@@ -2043,22 +2043,4 @@
</profiles>
</user_rights>
<constants/>
<snippets>
<snippet id="GestionCssInfo" _delta="define">
<placement>module</placement>
<module>itop-structure</module>
<rank>-1</rank>
<content>
<![CDATA[
class GestionCssInfo implements iBackofficeStyleExtension
{
public function GetStyle(): string
{
return '.ibo-field--label>.ibo-has-description::after, .ibo-input-with-label--label.ibo-has-description::after{content:"\1F6C8"; font-weight: 200;} ';
}
}
]]>
</content>
</snippet>
</snippets>
</itop_design>