Developer forum

Forum » CMS - Standard features » Audit paragraph module

Audit paragraph module

Jesse Bakker
Reply

Hi,

We have a solution which uses the Audit paragraph module to render the last edited pages on the frontend. This solution is running on 8.5.

Now we're redesigning the website on 8.9 but now the Audit paragraph module isn't available anymore. It isn't showing in de 'Module Configuration' either.

What happend with it? Is it (re)moved?

Thanks,

Jesse

 


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

Hi Jess

The module was deprecated a trissilion years ago, but is still in the codebase on DW8 (Removed on DW9).

The module will be removed from the module list automatically if you re-run the update from MC.

You can fire this one on the SQL Firehos to get it back:

INSERT INTO [Module] (ModuleSystemName, ModuleName, ModuleAccess, ModuleStandard, ModuleScript, ModuleParagraph, ModuleHiddenMode) VALUES ('Audit', 'Audit', 0, 0, 'Audit/Audit_list.aspx', 1, 0)

Votes for this answer: 1
 
Jesse Bakker
Reply

Thanks it worked.

 

You must be logged in to post in the forum