Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Third Party Data
-
Labels:None
-
Environment:
Admax Build:AdMax-Extended-Unified-Datafeed-p3-r27376
Services:svc-channelv2.0-p384-r27399.ear
Description
If user tries to update the distribution status from Active to Inactive or vice versa after updating the status of distribution to 'Blank'
it shows BLANK pop up and status of the distribution doesn't update in the database.
SELECT distribution.id AS DistributionID,channels.description AS channelDescriptin,distribution.description AS distributionDescription FROM distribution,channels WHERE channels.id = distribution.channelID AND channels.description LIKE '%display%'AND distribution.accountID =17;
Steps to reproduce:
1.Login to Admax.
2.Navigate to Manage 3rd Party Data Feed page.
3.Select a channel for which it displays distribution list.
4.Change the Status of any distribution by pressing BACK button and make it "BLANK" and press SAVE button.
(See the snapshot attached - Extended_UDF_Distribution_Update_I.gif )
5.Now try to update the the status from ACTIVE to INACTIVE or vice versa. It displays popup with no message.
(See the snapshot attached - Extended_UDF_Distribution_Update_II.gif)
Expected Result:
Suggestion:If we restrict editing the distribution status by making it as READ ONLY field then above issue gets resolved automatically.