Closed (fixed)
Project:
Search Log
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2020 at 12:22 UTC
Updated:
29 Aug 2020 at 19:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
yonas.legesse commentedComment #3
yonas.legesse commentedFor the purpose of testing the functionality of the install file, i set up a fresh instance of Drupal 8.8.7. I've followed the following steps to confirm the error-free functionality:
search_logtable from the databaseHere are the screenshots of the install/uninstall routines:

Module installation:
Module removal:

Comment #4
gaurav.kapoor commented@yonas.legesse Can you replace the usage of deprecated functions and long array syntax in the patch.
Comment #5
rahul.shinde@yonas.legesse Please use short hand notation for array. Quotaed some as follows
User array shorthands.
User array shorthands.
Comment #6
yonas.legesse commentedRemoved deprecated codes and implemented short hand array notation.
Comment #8
gaurav.kapoor commentedThanks for working on this.