<div dir="auto">I think I've the same situation. Will let you know more tomorrow.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il dom 17 gen 2021, 13:36 Alan Lord <<a href="mailto:alanslists@gmail.com">alanslists@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 17/01/2021 10:27, Alan Lord wrote:<br>
> <br>
> I too am confused by this. I will do some more digging to see why/where <br>
> these values are being set.<br>
> <br>
<br>
This is weird. I have quite a lot of vtiger systems on one of my dev <br>
servers and I checked quite a few of them and found many had permissions <br>
= 1 for CreateView where tabid = 25 in the <br>
vtiger_profile2standardpermissions table.<br>
<br>
Once I clicked "edit" and then saved the profile the permissions were <br>
set correctly. Due to this query from the Profile Record Model:<br>
<br>
> UPDATE vtiger_profile2standardpermissions <br>
> SET permissions = CASE  <br>
> WHEN operation = 0 THEN 1  <br>
> WHEN operation = 1 THEN 0  <br>
> WHEN operation = 2 THEN 0  <br>
> WHEN operation = 4 THEN 0  <br>
> WHEN operation = 7 THEN 0 <br>
> ELSE permissions END <br>
> WHERE profileid = 2 AND tabid = 25<br>
<br>
<br>
So it seems to me this might be a problem during the initial <br>
installation process... And if you do not edit and resave the profile(s) <br>
then it never gets updated?<br>
<br>
Bingo:<br>
<br>
<a href="https://code.vtiger.com/vtiger/vtigercrm/blob/master/modules/Migration/schema/701_to_710.php#L348" rel="noreferrer noreferrer" target="_blank">https://code.vtiger.com/vtiger/vtigercrm/blob/master/modules/Migration/schema/701_to_710.php#L348</a><br>
<br>
Look at that :-)<br>
<br>
Al<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div>