*

jcarrolo01

  • *****
  • 256 posts
I think there is a small bug
« on: July 02, 2018, 10:58:24 AM »
I'll try explain here what i think can be a small bug...

I have seen on last few days when the users receive the email to republish the listings, some of them (users before GDPR) they activate the listings, but the listing is inactive and i need to activate throught admin area... even in admin area i dont have on top bar any warning to aprove or reject the republished listings..

I think this is related with gdpr because when republish, the listing is only republished and dont ask to accept term and conditiin regarding GDPR...

So my question is, there is any issue regarding this???
« Last Edit: July 02, 2018, 11:18:06 AM by jcarrolo01 »

*

MB Themes

Re: I think there is a small bug
« Reply #1 on: July 02, 2018, 12:33:18 PM »
@jcarrolo01
Not sure, but GDPR plugin has not functionality to block some listing to be shown.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jcarrolo01

  • *****
  • 256 posts
Re: I think there is a small bug
« Reply #2 on: July 02, 2018, 12:45:04 PM »
Yes.. i know!!!.. But when republish both options should be marked... maybe im wrong, i dont know...

What i saw is, when a user republish the listing, in some cases the listing is inactive with no warnings in admin top bar to aprove or reject the republished listing... what i saw is in all this cases of inactive republished listings i have 2 cross  like screenshot i provide you... i think  when a listing is republished should be active by default or should be submited for approval by admin...

*

MB Themes

Re: I think there is a small bug
« Reply #3 on: July 02, 2018, 01:14:39 PM »
@jcarrolo01
No, it should be marked when user has accepted terms & conditions.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jcarrolo01

  • *****
  • 256 posts
Re: I think there is a small bug
« Reply #4 on: July 02, 2018, 01:39:07 PM »
That is what i suspect... if a older listing, before gdpr implementation, is republished that fields are never marked, so the listing keept inactive...

This is what i suspect!!!

Something is happening for the republished listing is marked as inactive...

*

MB Themes

Re: I think there is a small bug
« Reply #5 on: July 02, 2018, 08:49:13 PM »
@jcarrolo01
However it does not matter if listing has T&C checked or not, does not have any impact if listing is shown or not.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jcarrolo01

  • *****
  • 256 posts
Re: I think there is a small bug
« Reply #6 on: July 03, 2018, 08:09:04 AM »
I just try to hel giving some clues, nothing else...

You can replicate the issue in your system???



Best regards

*

jcarrolo01

  • *****
  • 256 posts
Re: I think there is a small bug
« Reply #7 on: July 23, 2018, 08:39:49 AM »
I think i discover how to reproduce the problem...

When i receive on my email account the warning email telling my listing will expire in 2 days, when i press republish link in the email the listing is republished, but is marked as inactive because dont ask to login to my account on the site.. just republish...

I think this is as bug, when i press republish link in the email, first shoul ask to login in into my account on the site and then republish, of course, should first accept terms and conditions...

Result is republished listings, but marked as inactive..

*

MB Themes

Re: I think there is a small bug
« Reply #8 on: July 23, 2018, 08:47:52 AM »
In file:
oc-content/plugins/backoffice_manager/model/ModelBO.php
 
You can change:
'b_active' => $republish_inactive

Into:
'b_active' => 1

in order to make listing active.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jcarrolo01

  • *****
  • 256 posts
Re: I think there is a small bug
« Reply #9 on: July 23, 2018, 08:56:53 AM »
Thanks allot for your reply.. i will change it, but you dont think the users should login first in their accounts, and then republish???

One more time thanks allot for your reply...

Best regards

*

MB Themes

Re: I think there is a small bug
« Reply #10 on: July 23, 2018, 09:06:13 AM »
@jcarrolo01
I am not sure if this is required...
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots