We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 15082
    • 195 Posts
    When pressing the delete button on the top right corner to delete the currently edited document, the whole manager is loaded into the editing frame and the document still is not marked as deleted...

    Attached a little pic of the frame issue. Upload don’t work atm.

    Greetz
    JUSI
      • 21257 MODX Staff
      • 730 Posts
      JUSI,

      For now, find the file /manager/actions/mutate_content.dynamic.php
      and replace line 202 as follows:

      (current version)
      		document.location.href="index.php?id=" + document.mutate.id.value + "&a=6";
      


      (fixed)
      		document.location.href="index.php?id=" + document.mutate.id.value + "&a=6";
      


      We’ll get this fix committed to the codebase asap.
        Mike Schell
        Lead Developer, MODX Cloud
        Email: [email protected]
        GitHub: https://github.com/netProphET/
        Twitter: @mkschell
        • 15082
        • 195 Posts
        Works like a charm netProphET grin

        Thanks for the quick response & fix.

        Glad it wasn’t my stupidness wink

        Greetz
        JUSI
          • 10487 MODX Staff
          • 1,535 Posts
          We’ll get this fix committed to the codebase asap.
          Committed to SVN as rev 6003.
            Garry Nutting
            Senior Developer
            MODX, LLC

            Email: [email protected]
            Twitter: @garryn
            Web: modx.com
            • 27672
            • 168 Posts
            newbie question here, but how/where can you download the newest revision (like 6003 you just mentioned) of a release?

            on http://modxcms.com/download/ it just lists 1.0.1, doesn’t give any revision info as far as i can tell. thanks!
              • 21257 MODX Staff
              • 730 Posts
              slush puppie,
              You sort of have to get used to where things are in SVN, but in this case, you can use this link:
              http://svn.modxcms.com/svn/tattoo/tattoo/branches/1.0.x/manager/actions/mutate_content.dynamic.php
              That will always give you the current version of that file in the "1.0.x" branch, which is where bug fixes for any 1.0.x version will be posted.
                Mike Schell
                Lead Developer, MODX Cloud
                Email: [email protected]
                GitHub: https://github.com/netProphET/
                Twitter: @mkschell
                • 7377
                • 4 Posts
                I have this problem, checked line 203 in that file it reads:

                document.location.href="index.php?id=" + document.mutate.id.value + "&a=6";

                Are there any other issues which could be causing this?