View Issue Details

IDProjectCategoryView StatusLast Update
0007121OXID eShop (all versions)2.3. Extensions (modules, themes)public2020-04-22 09:25
ReporterKIRATIKdevs Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status acknowledgedResolutionopen 
OSLinux UbuntuOS Version18.04 
Product Version6.2.0 
Summary0007121: Event onActivate executes on each SAVE module settings
DescriptionI noticed a weird thing…
I am testing OXID 6.2.0 EE on local VM and when I am trying to save module settings - click SAVE button in
“Extensions > Modules > MY_MODULE > Settings > Save”, then OXID executes “onActivate” event… each time I click on SAVE button.

I tested it on local VM (oxvm_base) and on online cloud server. The results are the same.
OXID 6.1.5 works OK.
Steps To ReproduceI tested it on my custom modules and 'visualcms'.

1. Turn on VisualCMS module
2. Make small change in code only for test purposes. In file "OxidEsales\VisualCmsModule\Core\Events::onActivate" please add:
var_dump("onActivate was executed"); die();
3. Uplod changed file
4. Try to change some module setting in visualcms
5. Click SAVE button

TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

QA

2020-04-22 09:25

administrator   ~0013196

-MK