<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jopl</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jopl"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Jopl"/>
	<updated>2026-09-07T16:15:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Archived_talk:Developing_a_MVC_Component/Adding_ACL&amp;diff=39489</id>
		<title>Archived talk:Developing a MVC Component/Adding ACL</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Archived_talk:Developing_a_MVC_Component/Adding_ACL&amp;diff=39489"/>
		<updated>2011-04-11T15:24:03Z</updated>

		<summary type="html">&lt;p&gt;Jopl: /* Delet dosn&amp;#039;t work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Somehow the ACL doesn&#039;t work on Edit permission for me. It shows both Save &amp;amp; New and Save as Copy buttons when it has no create rights. Gone through the code twice, but cannot see anything wrong with it... Anybody else have same problem? --[[User:A2Ggeir|A2Ggeir]] 10:19, 6 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Did a little debug and it seems the values from function canDo() in Helper does not return the right values when it is in edit view. &lt;br /&gt;
&lt;br /&gt;
Result when in listview:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   &#039;core.admin&#039; =&amp;gt; NULL,&lt;br /&gt;
   &#039;core.manage&#039; =&amp;gt; true,&lt;br /&gt;
   &#039;core.create&#039; =&amp;gt; false,&lt;br /&gt;
   &#039;core.edit&#039; =&amp;gt; true,&lt;br /&gt;
   &#039;core.delete&#039; =&amp;gt; false,&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Result when in editview:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   &#039;core.admin&#039; =&amp;gt; NULL,&lt;br /&gt;
   &#039;core.manage&#039; =&amp;gt; NULL,&lt;br /&gt;
   &#039;core.create&#039; =&amp;gt; true,&lt;br /&gt;
   &#039;core.edit&#039; =&amp;gt; true,&lt;br /&gt;
   &#039;core.delete&#039; =&amp;gt; true,&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--[[User:A2Ggeir|A2Ggeir]] 12:02, 7 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Delet dosn&#039;t work ==&lt;br /&gt;
&lt;br /&gt;
when you want to delete a message it goes wrong and the message appears:&lt;br /&gt;
&lt;br /&gt;
500 - Es ist ein Fehler aufgetreten&lt;br /&gt;
&lt;br /&gt;
Layout „default“ nicht gefunden&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
downt know why its not working... maybee some can check this out.&lt;br /&gt;
&lt;br /&gt;
Greetz&lt;/div&gt;</summary>
		<author><name>Jopl</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Archived_talk:Developing_a_MVC_Component/Adding_ACL&amp;diff=39488</id>
		<title>Archived talk:Developing a MVC Component/Adding ACL</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Archived_talk:Developing_a_MVC_Component/Adding_ACL&amp;diff=39488"/>
		<updated>2011-04-11T15:23:41Z</updated>

		<summary type="html">&lt;p&gt;Jopl: /* Delet dosn&amp;#039;t work */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Somehow the ACL doesn&#039;t work on Edit permission for me. It shows both Save &amp;amp; New and Save as Copy buttons when it has no create rights. Gone through the code twice, but cannot see anything wrong with it... Anybody else have same problem? --[[User:A2Ggeir|A2Ggeir]] 10:19, 6 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Did a little debug and it seems the values from function canDo() in Helper does not return the right values when it is in edit view. &lt;br /&gt;
&lt;br /&gt;
Result when in listview:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   &#039;core.admin&#039; =&amp;gt; NULL,&lt;br /&gt;
   &#039;core.manage&#039; =&amp;gt; true,&lt;br /&gt;
   &#039;core.create&#039; =&amp;gt; false,&lt;br /&gt;
   &#039;core.edit&#039; =&amp;gt; true,&lt;br /&gt;
   &#039;core.delete&#039; =&amp;gt; false,&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Result when in editview:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   &#039;core.admin&#039; =&amp;gt; NULL,&lt;br /&gt;
   &#039;core.manage&#039; =&amp;gt; NULL,&lt;br /&gt;
   &#039;core.create&#039; =&amp;gt; true,&lt;br /&gt;
   &#039;core.edit&#039; =&amp;gt; true,&lt;br /&gt;
   &#039;core.delete&#039; =&amp;gt; true,&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--[[User:A2Ggeir|A2Ggeir]] 12:02, 7 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Delet dosn&#039;t work ==&lt;br /&gt;
&lt;br /&gt;
when you want to delete a message it goes wrong an the message appears:&lt;br /&gt;
&lt;br /&gt;
500 - Es ist ein Fehler aufgetreten&lt;br /&gt;
&lt;br /&gt;
Layout „default“ nicht gefunden&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
downt know why its not working... maybee some can check this out.&lt;br /&gt;
&lt;br /&gt;
Greetz&lt;/div&gt;</summary>
		<author><name>Jopl</name></author>
	</entry>
</feed>