mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-06 05:48:21 +02:00
N°9169 - adapt itsm designer connector to the new setup (#928)
* N°9169 - Adapt ITSM designer connector to the new setup - Button Back to designer * N°9169 - Enhance ITSM designer connector with return button functionality * N°9169 - Adapt ITSM designer connector to the new setup - Button Back to designer (removed URL in post params) * N°9169 - Enhance ITSM designer connector with return button functionality and update button styles --------- Co-authored-by: lenaick.moreira <lenaick.moreira@gmail.com>
This commit is contained in:
@@ -151,15 +151,6 @@ abstract class WizardStep
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tells whether the user will come back to this step/state if he click on "Back"
|
||||
* @return boolean True if the 'Back' button should display this step
|
||||
*/
|
||||
public function CanComeBack()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tells whether the "Next" button should be enabled interactively
|
||||
* @return string A piece of javascript code returning either true or false
|
||||
|
||||
Reference in New Issue
Block a user