View Issue Details

IDProjectCategoryView StatusLast Update
0007121OXID eShop (all versions)2.3. Extensions (modules, themes)public2024-07-03 13:35
ReporterKIRATIKdevs Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
OSLinux UbuntuOS Version18.04 
Product Version6.2.0 
Fixed in Version7.0.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

SvenBrunk

2024-07-03 13:35

administrator   ~0017187

Fixed with https://github.com/OXID-eSales/oxideshop_ce/commit/82514f18a3ec4c74033e7c4e6c17c0e056cf4c35 in 7.0.0-rc2